Skip to content

Commit

Permalink
🌱 double the ttl on operator image...correctly
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Jun 7, 2024
1 parent cf468b7 commit d18df39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: detect-changes
runs-on: ubuntu-latest
env:
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:1h
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h
steps:
- uses: actions/checkout@v3
- run: make docker-build docker-push
Expand All @@ -50,4 +50,4 @@ jobs:
needs: build-operator
uses: konveyor/ci/.github/workflows/global-ci-bundle.yml@main
with:
operator: ttl.sh/konveyor-operator-${{ github.sha }}:1h
operator: ttl.sh/konveyor-operator-${{ github.sha }}:2h

0 comments on commit d18df39

Please sign in to comment.