Skip to content

Commit

Permalink
Fix the prerelease to v5 for both images
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Nov 24, 2024
1 parent 3eb9a2f commit 03e8be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
--no-cache \
--file ./Dockerfile . \
--compress \
--tag "netdaemon/netdaemon4:${{ github.event.inputs.pre }}" \
--tag "ghcr.io/net-daemon/netdaemon4:${{ github.event.inputs.pre }}"
--tag "netdaemon/netdaemon5:${{ github.event.inputs.pre }}" \
--tag "ghcr.io/net-daemon/netdaemon5:${{ github.event.inputs.pre }}"
deploy_docker_addon:
name: 📦 Deploy to Docker add-on with tag
runs-on: ubuntu-latest
Expand Down

0 comments on commit 03e8be6

Please sign in to comment.