Skip to content

Commit ae14b0a

Browse files
committed
use the correct input name for tag
1 parent 0c6ef59 commit ae14b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: macbre/push-to-ghcr@master
3838
with:
3939
image_name: ${REPO_LC}-backend
40+
image_tag: ${TAG}
4041
github_token: ${{ secrets.GITHUB_TOKEN }}
41-
tags: ${TAG}
4242
# optionally push to the Docker Hub (docker.io)
4343
# docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }} # see https://hub.docker.com/settings/security

0 commit comments

Comments
 (0)