Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Jul 8, 2024
1 parent d31cacb commit 2b9a842
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
build-args:
- APP_UID=1024
- VERSION=${{ github.ref_name }}
tags:
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 2b9a842

Please sign in to comment.