Skip to content

Commit 90c75ea

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030

31-
- name: Extract Docker metadata
32-
id: meta
33-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
34-
with:
35-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
31+
# - name: Extract Docker metadata
32+
# id: meta
33+
# uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
34+
# with:
35+
# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636

3737
# Build Docker Image
3838
- name: Build Docker Image

0 commit comments

Comments
 (0)