Skip to content

Commit 89da80a

Browse files
authored
Fix the docker tags (#1347)
1 parent d978b70 commit 89da80a

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/push_docker_addon_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
--no-cache \
5454
--file ./Dockerfile.AddOn . \
5555
--compress \
56-
--tag "netdaemon/netdaemon_addon5:feature-${{ github.event.inputs.tag }}" \
57-
--tag "ghcr.io/netdaemon_addon5:feature-${{ github.event.inputs.tag }}"
56+
--tag "netdaemon/netdaemon_addon6:feature-${{ github.event.inputs.tag }}" \
57+
--tag "ghcr.io/netdaemon_addon6:feature-${{ github.event.inputs.tag }}"

.github/workflows/push_docker_manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
--no-cache \
5555
--file ./Dockerfile . \
5656
--compress \
57-
--tag "netdaemon/netdaemon4:feature-${{ github.event.inputs.tag }}" \
58-
--tag "ghcr.io/net-daemon/netdaemon4:feature-${{ github.event.inputs.tag }}"
57+
--tag "netdaemon/netdaemon6:feature-${{ github.event.inputs.tag }}" \
58+
--tag "ghcr.io/net-daemon/netdaemon6:feature-${{ github.event.inputs.tag }}"
5959
6060
deploy_docker_addon:
6161
name: 📦 Deploy to Docker add-on with tag
@@ -102,5 +102,5 @@ jobs:
102102
--no-cache \
103103
--file ./Dockerfile.AddOn . \
104104
--compress \
105-
--tag "netdaemon/netdaemon_addon5:feature-${{ github.event.inputs.tag }}" \
106-
--tag "ghcr.io/net-daemon/netdaemon_addon5:feature-${{ github.event.inputs.tag }}"
105+
--tag "netdaemon/netdaemon_addon6:feature-${{ github.event.inputs.tag }}" \
106+
--tag "ghcr.io/net-daemon/netdaemon_addon6:feature-${{ github.event.inputs.tag }}"

.github/workflows/push_docker_prerelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
--no-cache \
5959
--file ./Dockerfile . \
6060
--compress \
61-
--tag "netdaemon/netdaemon5:${{ github.event.inputs.pre }}" \
62-
--tag "ghcr.io/net-daemon/netdaemon5:${{ github.event.inputs.pre }}"
61+
--tag "netdaemon/netdaemon6:${{ github.event.inputs.pre }}" \
62+
--tag "ghcr.io/net-daemon/netdaemon6:${{ github.event.inputs.pre }}"
6363
6464
deploy_docker_addon:
6565
name: 📦 Deploy to Docker add-on with tag
@@ -105,5 +105,5 @@ jobs:
105105
--no-cache \
106106
--file ./Dockerfile.AddOn . \
107107
--compress \
108-
--tag "netdaemon/netdaemon_addon5:${{ github.event.inputs.pre }}" \
109-
--tag "ghcr.io/net-daemon/netdaemon_addon5:${{ github.event.inputs.pre }}"
108+
--tag "netdaemon/netdaemon_addon6:${{ github.event.inputs.pre }}" \
109+
--tag "ghcr.io/net-daemon/netdaemon_addon6:${{ github.event.inputs.pre }}"

.github/workflows/tags_docker.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
--no-cache \
6060
--file ./Dockerfile.AddOn . \
6161
--compress \
62-
--tag netdaemon/netdaemon_addon5:${{ steps.version.outputs.version }} \
63-
--tag netdaemon/netdaemon_addon5:latest \
64-
--tag ghcr.io/net-daemon/netdaemon_addon5:${{ steps.version.outputs.version }} \
65-
--tag ghcr.io/net-daemon/netdaemon_addon5:latest
62+
--tag netdaemon/netdaemon_addon6:${{ steps.version.outputs.version }} \
63+
--tag netdaemon/netdaemon_addon6:latest \
64+
--tag ghcr.io/net-daemon/netdaemon_addon6:${{ steps.version.outputs.version }} \
65+
--tag ghcr.io/net-daemon/netdaemon_addon6:latest
6666
6767
deploy_docker:
6868
name: 📦 Deploy to Docker Hub
@@ -118,7 +118,7 @@ jobs:
118118
--no-cache \
119119
--file ./Dockerfile . \
120120
--compress \
121-
--tag netdaemon/netdaemon5:latest \
122-
--tag netdaemon/netdaemon5:${{ steps.version.outputs.version }} \
123-
--tag ghcr.io/net-daemon/netdaemon5:${{ steps.version.outputs.version }} \
124-
--tag ghcr.io/net-daemon/netdaemon5:latest
121+
--tag netdaemon/netdaemon6:latest \
122+
--tag netdaemon/netdaemon6:${{ steps.version.outputs.version }} \
123+
--tag ghcr.io/net-daemon/netdaemon6:${{ steps.version.outputs.version }} \
124+
--tag ghcr.io/net-daemon/netdaemon6:latest

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
--output "type=image,push=false" \
3838
--no-cache \
3939
--file ./${{ matrix.dockerfile }} . \
40-
--tag netdaemon/netdaemon5:dev
40+
--tag netdaemon/netdaemon6:dev

0 commit comments

Comments
 (0)