Skip to content

Commit

Permalink
Fix prod build process
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jun 28, 2022
1 parent 1770be2 commit 533f035
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dockerhub-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
images: leepeuker/movary

- uses: olegtarasov/[email protected]
id: tagName

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
Expand All @@ -34,4 +37,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
APPLICATION_VERSION=${{ steps.meta.outputs.tags }}
APPLICATION_VERSION=${{ steps.tagName.outputs.tag }}

0 comments on commit 533f035

Please sign in to comment.