Skip to content

Commit 537f209

Browse files
authored
Change Docker image tags in astro-build workflow
Updated Docker image tags for blog deployment.
1 parent a39f729 commit 537f209

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/astro-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
file: ./Dockerfile
3535
push: true
3636
tags: |
37-
git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-radnet:${{ github.sha }}
38-
git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-radnet:latest
37+
git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-blog:${{ github.sha }}
38+
git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-blog:latest
3939
4040
notify_success:
4141
needs: build
@@ -63,4 +63,4 @@ jobs:
6363
\"message\": \"Astro Docker image built and pushed successfully.\",
6464
\"services_built\": \"radeon-blog\",
6565
\"run_url\": \"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\"
66-
}"
66+
}"

0 commit comments

Comments
 (0)