Skip to content

Commit

Permalink
Always push to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
driaug committed Aug 5, 2024
1 parent 8a26424 commit 9f53816
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 9f53816

Please sign in to comment.