Skip to content

Commit 7def2b5

Browse files
authored
Use macbre/push-to-ghcr@master
1 parent af46057 commit 7def2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
release:
66
types: [ published ]
77

8-
# publish on pushes to the main branch (tagged as "master")
8+
# publish on pushes to the main branch
99
push:
1010
branches:
1111
- master
@@ -19,7 +19,7 @@ jobs:
1919

2020
# https://github.com/marketplace/actions/push-to-ghcr
2121
- name: Build and publish a Docker image for ${{ github.repository }}
22-
uses: macbre/push-to-ghcr@v2
22+
uses: macbre/push-to-ghcr@master
2323
with:
2424
image_name: ${{ github.repository }}
2525
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)