Skip to content

Commit ed61c47

Browse files
committed
Another change exploring container labels propagation
1 parent cfd381a commit ed61c47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
shell: /bin/bash {0}
9898
run: |
9999
singularity registry login -u "${{ github.actor }}" -p "${{ secrets.GITHUB_TOKEN }}" oras://ghcr.io
100-
declare -a tags=( ${{ needs.gather-metadata.outputs.tags }} )
100+
declare -a tags=( ${{ needs.gather-metadata.outputs.tags }} ${{ needs.gather-metadata.outputs.labels }} )
101101
for tag in "${tags[@]}" ; do
102-
echo singularity push container.sif "oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}"
102+
echo singularity push container.sif "oras://ghcr.io/${GITHUB_REPOSITORY}${tag}"
103103
done

0 commit comments

Comments
 (0)