Always push to latest

This commit is contained in:
Dries Augustyns
2024-08-05 10:07:39 +02:00
parent 8a26424de7
commit 9f5381629b
+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