We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02a8a2 commit 692a09cCopy full SHA for 692a09c
.github/workflows/devcontainer.yml
@@ -14,13 +14,13 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
- name: Login to GitHub Container Registry
17
- uses: docker/login-action@v2
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
18
with:
19
registry: ghcr.io
20
username: ${{ github.repository_owner }}
21
password: ${{ secrets.GITHUB_TOKEN }}
22
- name: Rebuild dev container image
23
- uses: devcontainers/[email protected]
+ uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3
24
25
imageName: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
26
cacheFrom: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
0 commit comments