Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Oct 4, 2024
1 parent 945cbdf commit 2be06c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/container-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,6 +51,7 @@ jobs:
run_api_tests: true
run_ui_tests: true


publish:
needs: test
runs-on: ubuntu-22.04
Expand All @@ -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
Expand Down

0 comments on commit 2be06c3

Please sign in to comment.