Skip to content

Commit 06ebafd

Browse files
committed
used the image name from earlier jobs
1 parent 2d755d5 commit 06ebafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Build Docker Image
4343
- name: Build Docker Image
4444
run: |
45-
docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
45+
docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} .
4646
docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
4747
4848

0 commit comments

Comments
 (0)