Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvenclovas authored Apr 19, 2024
1 parent 34ba6e9 commit 9298c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Build the Docker image
run: docker build -t shippproapicollection:${{ env.VERSION }} -f ${{env.PROJECT_DOCKERFILE}} .

- name: Show Docker images
run: docker images

- name: Wait for image to be available
run: sleep 10 # Pause für 10 Sekunden

Expand Down

0 comments on commit 9298c1b

Please sign in to comment.