We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f59685 commit ef07ca1Copy full SHA for ef07ca1
.github/workflows/docker-image.yml
@@ -26,5 +26,7 @@ jobs:
26
context: .
27
file: ./Dockerfile
28
push: true
29
- tags: m4r10/beelzebub:${{ github.ref_name }}
+ tags: |
30
+ m4r10/beelzebub:${{ github.ref_name }}
31
+ m4r10/beelzebub:latest
32
platforms: linux/amd64,linux/arm64
0 commit comments