We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bdc42 commit 8b891adCopy full SHA for 8b891ad
.github/workflows/content-service-2.yml
@@ -86,6 +86,4 @@ jobs:
86
87
- name: Push Docker Image
88
run: |
89
- IMAGE_NAME="content-service"
90
- IMAGE_TAG="${{ github.ref_name }}"
91
docker push $REGISTRY_URL/${IMAGE_NAME}:${IMAGE_TAG}
0 commit comments