We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2364f commit 82d7b29Copy full SHA for 82d7b29
1 file changed
.github/workflows/docker.yml
@@ -23,14 +23,12 @@ jobs:
23
- name: Build and push
24
uses: docker/build-push-action@v7
25
with:
26
- platforms: linux/amd64,linux/arm64
27
push: true
28
tags: thughoneyclient/thug:latest
29
30
- name: Release
31
if: ${{ github.event_name == 'release' }}
32
33
34
35
36
tags: thughoneyclient/thug:${{ github.ref_name }}
0 commit comments