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 310ada0 commit bcf6006Copy full SHA for bcf6006
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v3
16
with:
17
- ref: main
+ ref: updates
18
- name: Log in to GitHub Packages
19
run: echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin ghcr.io
20
env:
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments