Skip to content

Commit

Permalink
add build args
Browse files Browse the repository at this point in the history
  • Loading branch information
thomedw committed Mar 28, 2024
1 parent ae6bd28 commit 5e1cc21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
file: Dockerfile
platforms: linux/amd64
push: true
build-args: |
VERSION=0.0.${{ github.run_number }}
ARTIFACT=${{ github.repository }}
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:0.0.${{ github.run_number }}

0 comments on commit 5e1cc21

Please sign in to comment.