Skip to content

Commit

Permalink
fix docker publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Apr 12, 2024
1 parent b772812 commit 5f5d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
push: true
platforms: "linux/amd64,linux/arm64"
tags: ghcr.io/ebi-gdp/globus-file-handler-cli::${{ github.event.release.tag_name }}
tags: ghcr.io/ebi-gdp/globus-file-handler-cli:${{ github.event.release.tag_name }}
secret-files: |
"MAVEN_SETTINGS=/home/runner/.m2/settings.xml"
file: "docker/crypt4gh/Dockerfile"
Expand Down

0 comments on commit 5f5d2e3

Please sign in to comment.