Skip to content

Commit cf468b7

Browse files
authored
🐛 Revert "🌱 double the ttl on operator image (#329)" (#330)
This reverts commit 71db73e. Signed-off-by: Jason Montleon <[email protected]>
1 parent 71db73e commit cf468b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pr-ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
- 'release-*.*'
88

9-
env:
10-
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h
11-
129
jobs:
1310
detect-changes:
1411
runs-on: ubuntu-latest
@@ -43,6 +40,8 @@ jobs:
4340
build-operator:
4441
needs: detect-changes
4542
runs-on: ubuntu-latest
43+
env:
44+
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:1h
4645
steps:
4746
- uses: actions/checkout@v3
4847
- run: make docker-build docker-push
@@ -51,4 +50,4 @@ jobs:
5150
needs: build-operator
5251
uses: konveyor/ci/.github/workflows/global-ci-bundle.yml@main
5352
with:
54-
operator: ${{ env.IMG }}
53+
operator: ttl.sh/konveyor-operator-${{ github.sha }}:1h

0 commit comments

Comments
 (0)