Skip to content

Commit 1304e1d

Browse files
committed
Adjusted the tages syntax
1 parent 46ba1d9 commit 1304e1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
# Build and tag Docker Image
4343
- name: Build Docker Image
4444
run: |
45-
docker build -t ghcr.io/${{ steps.meta.outputs.tags }} .
46-
docker tag ${{ env.IMAGE_NAME }} ghcr.io/$${{ steps.meta.outputs.tags }}:latest
45+
docker build -t ${{ steps.meta.outputs.tags }} .
46+
docker tag ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }}:testing
4747
4848
- name: Wait for Docker container to be ready
4949
run: sleep 30
@@ -55,4 +55,4 @@ jobs:
5555
- name: Push Docker Image to GHCR
5656
run: |
5757
docker push ghcr.io/${{ steps.meta.outputs.tags }}
58-
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
58+
docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:testing

0 commit comments

Comments
 (0)