Skip to content

Commit

Permalink
Merge pull request #36 from useplunk/dev-driaug-workflow-versioning
Browse files Browse the repository at this point in the history
Always push to latest
  • Loading branch information
driaug authored Aug 5, 2024
2 parents 07087fd + 9f53816 commit 876289b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: driaug/plunk:${{ env.VERSION }}
tags: |
driaug/plunk:${{ env.VERSION }}
driaug/plunk:latest
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down

0 comments on commit 876289b

Please sign in to comment.