Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed Apr 24, 2024
1 parent 9cb4d80 commit e15ea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
IMAGE_TAG: ${{ steps.get_short_sha.outputs.short_sha }}
if: ${{ github.ref_type == 'branch' }}
run: make build ARGS="ghcr.io/${{ github.repository }}/" IMAGE_TAG=${{ env.IMAGE_TAG }} IMAGE_NAME=${{ env.IMAGE_NAME }}
run: make build ARGS="ghcr.io/${{ github.repository }}/" IMAGE_TAG="${{ steps.get_short_sha.outputs.short_sha }}" IMAGE_NAME=${{ env.IMAGE_NAME }}

- name: Push images to repository
env:
Expand Down

0 comments on commit e15ea2d

Please sign in to comment.