Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ci #46

Merged
merged 11 commits into from
Sep 24, 2021
Prev Previous commit
Next Next commit
Fix dockerhub filename (#30)
mosonyi committed Sep 23, 2021
commit ca03a24ae64128a048cc025698f263e7e264d94c
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-release.yml
Original file line number Diff line number Diff line change
@@ -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