From cf468b7d8d90569cfcb584bdf739338e2922e8d1 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Thu, 6 Jun 2024 21:01:18 -0400 Subject: [PATCH] :bug: Revert ":seedling: double the ttl on operator image (#329)" (#330) This reverts commit 71db73eefaf2dfa2bbe5da38b34aea6b320ddad2. Signed-off-by: Jason Montleon --- .github/workflows/pr-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index fec3ba6..a13c1d4 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -6,9 +6,6 @@ on: - main - 'release-*.*' -env: - IMG: ttl.sh/konveyor-operator-${{ github.sha }}:2h - jobs: detect-changes: runs-on: ubuntu-latest @@ -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 @@ -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