Skip to content

Commit 37275ec

Browse files
committed
Use main or versions rather than master in GH workflow
1 parent 58e1619 commit 37275ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish to Docker
44
on:
55
push:
66
branches:
7-
- "master"
7+
- "main"
88
schedule:
99
- cron: "10 6 * * *"
1010

@@ -33,9 +33,9 @@ jobs:
3333
- "5.8"
3434

3535
steps:
36-
- uses: actions/checkout@master
36+
- uses: actions/checkout@v2
3737
- name: Publish to Registry
38-
uses: elgohr/Publish-Docker-Github-Action@master
38+
uses: elgohr/Publish-Docker-Github-Action@v3
3939
with:
4040
name: ${{ secrets.DOCKER_REPO }}
4141
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)