We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae14b0a commit 87fa8dfCopy full SHA for 87fa8df
1 file changed
.github/workflows/publish-image.yml
@@ -15,7 +15,7 @@ on:
15
workflow_dispatch:
16
17
jobs:
18
- docker_publish:
+ publish-backend-image-to-ghcr:
19
runs-on: ubuntu-latest
20
21
steps:
@@ -37,7 +37,7 @@ jobs:
37
uses: macbre/push-to-ghcr@master
38
with:
39
image_name: ${REPO_LC}-backend
40
- image_tag: ${TAG}
+ image_tag: ${{ env.TAG }}
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
# optionally push to the Docker Hub (docker.io)
43
# docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }} # see https://hub.docker.com/settings/security
0 commit comments