Skip to content

Commit

Permalink
try to tag docker images with corresponding version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggiWuerze committed Dec 8, 2023
1 parent 2982727 commit 7fa62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: |
ls Docker/
docker build . --tag ghcr.io/maggiwuerze/xdccwebloader:latest -f Docker/Dockerfile
docker push ghcr.io/maggiwuerze/xdccwebloader:latest
docker push ghcr.io/maggiwuerze/xdccwebloader:${{ github.event.release.tag_name }}

0 comments on commit 7fa62b1

Please sign in to comment.