Skip to content

Commit

Permalink
fix for build-docker issue build-docker.yml github action publish onl…
Browse files Browse the repository at this point in the history
…y latest #10
  • Loading branch information
kalwalt committed Nov 16, 2024
1 parent d2fcd44 commit fc69d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: myDocker/repository
name: webarkit/nft-marker-creator-app
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ steps.pre-step.outputs.release-version }}"

0 comments on commit fc69d3e

Please sign in to comment.