We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c898f2 commit 5e693b8Copy full SHA for 5e693b8
.github/workflows/devcontainer.yml
@@ -52,7 +52,7 @@ jobs:
52
org.opencontainers.image.description=devcontainer for ParquetSharp
53
- if: fromJson(steps.image.outputs.push)
54
name: Login to GitHub Container Registry
55
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
56
with:
57
registry: ghcr.io
58
username: ${{ github.actor }}
@@ -99,7 +99,7 @@ jobs:
99
- name: Set up Docker Buildx
100
uses: docker/setup-buildx-action@v3
101
- name: Login to GitHub Container Registry
102
103
104
105
0 commit comments