Skip to content

Commit

Permalink
Fix dockerhub filename (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Sep 23, 2021
1 parent 63b6fdc commit ca03a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
tags: |
integritee/integritee-node:latest
integritee/integritee-:${{ github.event.release.tag_name }}
integritee/integritee-node:${{ github.event.release.tag_name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down

0 comments on commit ca03a24

Please sign in to comment.