Skip to content

Commit

Permalink
Use default time (24h) for ttl images
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jul 17, 2023
1 parent 7937c61 commit 1ad42da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
context: .
file: kuksa-client/Dockerfile
push: false
tags: "ttl.sh/kuksa.val/kuksa-client-${{github.sha}}:1h"
tags: "ttl.sh/kuksa.val/kuksa-client-${{github.sha}}"
labels: ${{ steps.meta.outputs.labels }}


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kuksa_val_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
push: true
tags: |
${{ steps.meta.outputs.tags }}
ttl.sh/kuksa.val/kuksa-server-${{github.sha}}:1h
ttl.sh/kuksa.val/kuksa-server-${{github.sha}}
labels: ${{ steps.meta.outputs.labels }}

- name: Build ephemereal kuksa-val docker and push to ttl.sh
Expand All @@ -79,5 +79,5 @@ jobs:
file: ./kuksa-val-server/docker/Dockerfile
context: .
push: true
tags: ttl.sh/kuksa.val/kuksa-server-${{github.sha}}:1h
tags: ttl.sh/kuksa.val/kuksa-server-${{github.sha}}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1ad42da

Please sign in to comment.