diff --git a/.github/workflows/container-latest.yaml b/.github/workflows/container-latest.yaml index 36775ffbc..b000f1bbb 100644 --- a/.github/workflows/container-latest.yaml +++ b/.github/workflows/container-latest.yaml @@ -24,12 +24,6 @@ jobs: needs: build-binaries runs-on: ubuntu-22.04 - permissions: - contents: write - packages: write - id-token: write - attestations: write - steps: - name: Checkout @@ -57,6 +51,7 @@ jobs: run_api_tests: true run_ui_tests: true + publish: needs: test runs-on: ubuntu-22.04 @@ -67,6 +62,7 @@ jobs: id-token: write attestations: write + steps: # Push to ghcr.io - name: Push to ghcr.io uses: redhat-actions/push-to-registry@v2