Skip to content

Commit 61e60c4

Browse files
authored
🌱 double the ttl on operator image...correctly (#331)
Signed-off-by: David Zager <[email protected]>
1 parent d88a4a6 commit 61e60c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: detect-changes
4242
runs-on: ubuntu-latest
4343
env:
44-
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:1h
44+
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h
4545
steps:
4646
- uses: actions/checkout@v3
4747
- run: make docker-build docker-push
@@ -50,4 +50,4 @@ jobs:
5050
needs: build-operator
5151
uses: konveyor/ci/.github/workflows/global-ci-bundle.yml@main
5252
with:
53-
operator: ttl.sh/konveyor-operator-${{ github.sha }}:1h
53+
operator: ttl.sh/konveyor-operator-${{ github.sha }}:2h

0 commit comments

Comments
 (0)