We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19104de + 63393f9 commit aeb91b2Copy full SHA for aeb91b2
.github/workflows/devcontainer-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Login to GitHub Container Registry
16
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
17
with:
18
registry: ghcr.io
19
username: ${{ github.repository_owner }}
.github/workflows/docker-cd.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: docker/[email protected]
48
49
50
51
52
registry: ${{ env.REGISTRY }}
53
username: ${{ github.actor }}
0 commit comments