Skip to content

Commit 5a2b551

Browse files
committed
added a timeout feature to ensure the container was running before pushing, added the tag: testing
1 parent 6c0f286 commit 5a2b551

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
@@ -49,5 +49,5 @@ jobs:
4949
# Push the Docker image to the registry
5050
- name: Push Docker Image to GHCR
5151
run: |
52-
docker push ghcr.io/${{ env.IMAGE_NAME }}
52+
docker push ghcr.io/${{ env.IMAGE_NAME }}:testing
5353

0 commit comments

Comments
 (0)