Skip to content

Commit

Permalink
Merge pull request #137 from RDFLib/edmondchuc-patch-1
Browse files Browse the repository at this point in the history
Fix dev build img version - remove image name
  • Loading branch information
edmondchuc committed Jul 20, 2023
2 parents 758a7d7 + aae0fa2 commit 580618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
build-args: PREZ_VERSION=${{ env.IMAGE_NAME }}:${{ steps.patch.outputs.patch }}-${{ steps.hash.outputs.value }}
build-args: PREZ_VERSION=${{ steps.patch.outputs.patch }}-${{ steps.hash.outputs.value }}
tags: |
${{ env.IMAGE_NAME }}:${{ steps.patch.outputs.patch }}-${{ steps.hash.outputs.value }}
${{ env.IMAGE_NAME }}:dev
Expand Down

0 comments on commit 580618e

Please sign in to comment.