We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a842e commit ad25377Copy full SHA for ad25377
.github/workflows/build_and_push_docker.yml
@@ -30,7 +30,7 @@ jobs:
30
id: meta
31
uses: docker/metadata-action@v4
32
with:
33
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/rashadphz/${{ env.IMAGE_NAME }}
34
- name: Build and push Docker image
35
uses: docker/build-push-action@v5
36
0 commit comments