Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
github actions: publish release in github docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Feb 12, 2021
1 parent 8eaddb9 commit d042f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Docker Pull
run: docker pull docker.pkg.github.com/vulcanize/tracing-api/tracing-api:${{steps.vars.outputs.sha}}
- name: Tag docker image
run: docker tag docker.pkg.github.com/vulcanize/tracing-api/tracing-api:${{steps.vars.outputs.sha}} vulcanize/tracing-api:${{steps.vars.outputs.tag}}
run: docker tag docker.pkg.github.com/vulcanize/tracing-api/tracing-api:${{steps.vars.outputs.sha}} docker.pkg.github.com/vulcanize/tracing-api/tracing-api:${{steps.vars.outputs.tag}}
- name: Docker Push to Github Docker Hub
run: docker push docker.pkg.github.com/vulcanize/tracing-api/tracing-api:${{steps.vars.outputs.tag}}

0 comments on commit d042f85

Please sign in to comment.