Skip to content

Commit

Permalink
ci: add full image path
Browse files Browse the repository at this point in the history
  • Loading branch information
JefeDavis authored Apr 12, 2021
1 parent 265ff5a commit 7c119a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
# Password used for authentication to the Docker registry
password: ${{ secrets.DOCKER_PASSWORD }}
# Image name
image: namespace_operator/namespace-operator
image: ${{ secrets.DOCKER_REGISTRY}}/namespace_operator/namespace-operator
# Tags the built image with additional latest tag
tag_with_latest: true

0 comments on commit 7c119a4

Please sign in to comment.