Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Dec 23, 2023
1 parent 4d11c5a commit 1327247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/Docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
uses: docker/metadata-action@v5
with:
images: ${{ inputs.DOCKER_HUB_USERNAME }}/${{ inputs.DOCKER_BUILD_NAME }}
tags: latest
tags: ${{ inputs.DOCKER_BUILD_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1327247

Please sign in to comment.