You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: Accessing, pushing tags etc. to GHCR will only succeed in upstream because secrets.
37
37
- name: Login to Github Container Registry
38
-
uses: docker/login-action@v2
38
+
uses: docker/login-action@v3
39
39
with:
40
40
registry: ghcr.io
41
41
username: ${{ secrets.GHCR_USERNAME }}
42
42
password: ${{ secrets.GHCR_TOKEN }}
43
43
44
44
- name: Set up QEMU for multi-arch builds
45
-
uses: docker/setup-qemu-action@v2
45
+
uses: docker/setup-qemu-action@v3
46
46
47
47
# Get the image tag from either the command or default to branch name (Not used for now)
48
48
#- name: Get the target tag name
@@ -87,7 +87,7 @@ jobs:
87
87
:ship: [See on GHCR](https://github.com/orgs/gdcc/packages/container). Use by referencing with full name as printed above, mind the registry name.
0 commit comments