Merge pull request #36 from useplunk/dev-driaug-workflow-versioning

Always push to latest
This commit is contained in:
Dries Augustyns
2024-08-05 10:08:07 +02:00
committed by GitHub
+3 -1
View File
@@ -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