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 af46057 commit 7def2b5Copy full SHA for 7def2b5
.github/workflows/publish_docker_image.yml
@@ -5,7 +5,7 @@ on:
5
release:
6
types: [ published ]
7
8
- # publish on pushes to the main branch (tagged as "master")
+ # publish on pushes to the main branch
9
push:
10
branches:
11
- master
@@ -19,7 +19,7 @@ jobs:
19
20
# https://github.com/marketplace/actions/push-to-ghcr
21
- name: Build and publish a Docker image for ${{ github.repository }}
22
- uses: macbre/push-to-ghcr@v2
+ uses: macbre/push-to-ghcr@master
23
with:
24
image_name: ${{ github.repository }}
25
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments