Skip to content

Commit

Permalink
build: update Docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tooleks committed Jun 2, 2024
1 parent 79b23cb commit 260761f
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 @@ -34,4 +34,4 @@ jobs:
with:
context: ./docker
push: true
tags: ${{secrets.DOCKER_USERNAME}}/shevchenko:latest,${{secrets.DOCKER_USERNAME}}/shevchenko:${{steps.npm-version.outputs.current-version}}
tags: ${{secrets.DOCKERHUB_USERNAME}}/shevchenko:latest,${{secrets.DOCKERHUB_USERNAME}}/shevchenko:${{steps.npm-version.outputs.current-version}}

0 comments on commit 260761f

Please sign in to comment.