We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff250c commit ce558c7Copy full SHA for ce558c7
.github/workflows/backend_docker_release.yml
@@ -42,5 +42,5 @@ jobs:
42
context: .
43
file: "Dockerfile_backend"
44
push: true
45
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:fix-debug
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:fix-debug
46
labels: ${{ steps.meta.outputs.labels }}
0 commit comments