Skip to content

Commit

Permalink
Fix tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Apr 8, 2022
1 parent d163dd0 commit 2fad62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
with:
context: artemis-docker/_TMP_/artemis/${{ steps.compute-tag.outputs.result }}
file: artemis-docker/_TMP_/artemis/${{ steps.compute-tag.outputs.result }}/docker/Dockerfile-adoptopenjdk-11
tags: ghcr.io/ls1intum/activemq-broker-docker--adoptopenjdk-11:${{ steps.compute-tag.outputs.result }}
tags: ghcr.io/ls1intum/activemq-broker-docker-adoptopenjdk-11:${{ steps.compute-tag.outputs.result }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true

0 comments on commit 2fad62b

Please sign in to comment.