We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddd96d commit db9f302Copy full SHA for db9f302
.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: docker/[email protected]
21
22
- name: Log in to GitHub Container Registry
23
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.3.0
24
with:
25
registry: ghcr.io
26
username: ${{ github.actor }}
.github/workflows/pr.yml
@@ -127,7 +127,7 @@ jobs:
127
128
129
130
131
132
133
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
run: test -f .godownloader.sh
14
15
16
17
18
19
0 commit comments