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 184b906 commit 398cb87Copy full SHA for 398cb87
.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.6.0
26
with:
27
registry: ghcr.io
28
username: "${{ github.actor }}"
0 commit comments