We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88a4a6 commit 61e60c4Copy full SHA for 61e60c4
.github/workflows/pr-ci.yml
@@ -41,7 +41,7 @@ jobs:
41
needs: detect-changes
42
runs-on: ubuntu-latest
43
env:
44
- IMG: ttl.sh/konveyor-operator-${{ github.sha }}:1h
+ IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h
45
steps:
46
- uses: actions/checkout@v3
47
- run: make docker-build docker-push
@@ -50,4 +50,4 @@ jobs:
50
needs: build-operator
51
uses: konveyor/ci/.github/workflows/global-ci-bundle.yml@main
52
with:
53
- operator: ttl.sh/konveyor-operator-${{ github.sha }}:1h
+ operator: ttl.sh/konveyor-operator-${{ github.sha }}:2h
0 commit comments