Skip to content

Commit

Permalink
Update .github/workflows/docker_on_release.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
mephenor and Cito authored Jul 10, 2024
1 parent bb248d4 commit 32389ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Check if docker image already exists
id: check-image-exists
run: |
# pipefail set by default, join with or to not cancel run on missing image
# pipefail set by default, join with "or" to not cancel run on missing image
docker pull "docker.io/${{ steps.docker-tag.outputs.tag }}" ||
if [ $? -eq 0 ]
then
Expand Down

0 comments on commit 32389ed

Please sign in to comment.