Skip to content

Commit

Permalink
feat(ci): optionally push 'latest' tagged image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloyx committed Jul 3, 2024
1 parent dfcf6c9 commit 63ac8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
password: ${{ secrets.PASSWORD }}
repository: ${{ secrets.ORGANIZATION }}/${{ inputs.image }}
short-description: ${{ inputs.dockerhub_shortdesc }}
enable-url-completion: ${{ inputs.dockerhub_enable_url_completion }}
enable-url-completion: ${{ inputs.dockerhub_enable_url_completion }}

0 comments on commit 63ac8c6

Please sign in to comment.