We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1304e1d commit a1bd640Copy full SHA for a1bd640
.github/workflows/push-docker-image.yml
@@ -42,7 +42,7 @@ jobs:
42
# Build and tag Docker Image
43
- name: Build Docker Image
44
run: |
45
- docker build -t ${{ steps.meta.outputs.tags }} .
+ docker build -t ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }} .
46
docker tag ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }}:testing
47
48
- name: Wait for Docker container to be ready
0 commit comments