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.
2 parents d3050ee + 7c86f2d commit 0d726a0Copy full SHA for 0d726a0
.github/workflows/publish-devcontainer.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Docker Login to GitHub Container Registry
22
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
23
with:
24
registry: ghcr.io
25
username: ${{ github.actor }}
0 commit comments