Skip to content

Commit 99c5fdc

Browse files
committed
Adjusted the tags syntax
1 parent 9024962 commit 99c5fdc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
5050
docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:testing
5151
52-
- name: Wait for Docker container to be ready
53-
run: sleep 30
54-
55-
- name: Confirm Docker container is running
56-
run: docker ps
5752
5853
# Push the Docker image to the registry
5954
- name: Push Docker Image to GHCR

0 commit comments

Comments
 (0)