Skip to content

Commit

Permalink
fuuk
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Apr 30, 2024
1 parent d3d354e commit 0a38261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Pull and push Singularity container
run: |
tags="${{ steps.meta.outputs.tags }}"
echo $tags
IFS=$'\n' read -r -a tag_array <<< "$tags"
for tag in "${tag_array[@]}"
do
Expand Down

0 comments on commit 0a38261

Please sign in to comment.