Skip to content

Commit

Permalink
Fix operator build push job (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Jul 8, 2024
1 parent 4d1d732 commit 6b04bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/serverless-operator-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get the latest tag
id: get_tag
run: echo ::set-output name=TAG::${{ github.sha }}}
run: echo ::set-output name=TAG::${{ github.sha }}

build-image:
needs: compute-tag
Expand Down

0 comments on commit 6b04bfc

Please sign in to comment.