Skip to content

Commit 87fa8df

Browse files
committed
fix: getting the env variable 'rigthly'?
1 parent ae14b0a commit 87fa8df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
docker_publish:
18+
publish-backend-image-to-ghcr:
1919
runs-on: ubuntu-latest
2020

2121
steps:
@@ -37,7 +37,7 @@ jobs:
3737
uses: macbre/push-to-ghcr@master
3838
with:
3939
image_name: ${REPO_LC}-backend
40-
image_tag: ${TAG}
40+
image_tag: ${{ env.TAG }}
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
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)