Skip to content

Commit

Permalink
Fix the release docker builds to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Nov 24, 2024
1 parent 03e8be6 commit e186c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tags_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
--no-cache \
--file ./Dockerfile . \
--compress \
--tag netdaemon/netdaemon4:latest \
--tag netdaemon/netdaemon4:${{ steps.version.outputs.version }} \
--tag ghcr.io/net-daemon/netdaemon4:${{ steps.version.outputs.version }} \
--tag ghcr.io/net-daemon/netdaemon4:latest
--tag netdaemon/netdaemon5:latest \
--tag netdaemon/netdaemon5:${{ steps.version.outputs.version }} \
--tag ghcr.io/net-daemon/netdaemon5:${{ steps.version.outputs.version }} \
--tag ghcr.io/net-daemon/netdaemon5:latest

0 comments on commit e186c2c

Please sign in to comment.