Skip to content

Commit

Permalink
Merge pull request #21 from NBISweden/fix/gcr-tag
Browse files Browse the repository at this point in the history
update tags
  • Loading branch information
nanjiangshu authored Aug 2, 2023
2 parents 3ca0582 + 8f8505c commit 69c358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
ghcr.io/shinynbis:latest
ghcr.io/shinynbis:${{ needs.tag.outputs.tag }}
ghcr.io/${{ github.repository_owner }}/shinynbis:latest
ghcr.io/${{ github.repository_owner }}/shinynbis:${{ needs.tag.outputs.tag }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.clone_url }}
org.opencontainers.image.created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
Expand Down

0 comments on commit 69c358e

Please sign in to comment.