Merge pull request #36 from useplunk/dev-driaug-workflow-versioning
Always push to latest
This commit is contained in:
@@ -39,7 +39,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: driaug/plunk:${{ env.VERSION }}
|
tags: |
|
||||||
|
driaug/plunk:${{ env.VERSION }}
|
||||||
|
driaug/plunk:latest
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user