Skip to content

Commit

Permalink
🐛 Revert "🌱 double the ttl on operator image (#329)" (#330)
Browse files Browse the repository at this point in the history
This reverts commit 71db73e.

Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon authored Jun 7, 2024
1 parent 71db73e commit cf468b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- main
- 'release-*.*'

env:
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h

jobs:
detect-changes:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +40,8 @@ jobs:
build-operator:
needs: detect-changes
runs-on: ubuntu-latest
env:
IMG: ttl.sh/konveyor-operator-${{ github.sha }}:1h
steps:
- uses: actions/checkout@v3
- run: make docker-build docker-push
Expand All @@ -51,4 +50,4 @@ jobs:
needs: build-operator
uses: konveyor/ci/.github/workflows/global-ci-bundle.yml@main
with:
operator: ${{ env.IMG }}
operator: ttl.sh/konveyor-operator-${{ github.sha }}:1h

0 comments on commit cf468b7

Please sign in to comment.