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 65646ff commit 02e4eadCopy full SHA for 02e4ead
.github/workflows/deno-ci.yml
@@ -64,13 +64,13 @@ jobs:
64
- uses: actions/checkout@v4
65
66
- name: Log into GitHub Container Registry
67
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
68
with:
69
registry: ghcr.io
70
username: ${{ github.actor }}
71
password: ${{ secrets.GITHUB_TOKEN }}
72
- name: Log into Google Container Registry
73
74
75
registry: gcr.io
76
username: _json_key
0 commit comments