We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39f729 commit 537f209Copy full SHA for 537f209
1 file changed
.github/workflows/astro-build.yml
@@ -34,8 +34,8 @@ jobs:
34
file: ./Dockerfile
35
push: true
36
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
+ git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-blog:${{ github.sha }}
+ git.zigz.uk/radeonrr/radeon-${{ steps.branch_vars.outputs.lower_branch_name }}-blog:latest
39
40
notify_success:
41
needs: build
@@ -63,4 +63,4 @@ jobs:
63
\"message\": \"Astro Docker image built and pushed successfully.\",
64
\"services_built\": \"radeon-blog\",
65
\"run_url\": \"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\"
66
- }"
+ }"
0 commit comments