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 8b07b54 commit 1fe2a26Copy full SHA for 1fe2a26
.github/workflows/docker.yaml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
- name: Log in to the GitHub Container registry
25
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.0.0
26
with:
27
registry: ghcr.io
28
username: "${{ github.actor }}"
0 commit comments