Skip to content

Commit

Permalink
Merge pull request #39 from bryopsida/renovate/docker-login-action-di…
Browse files Browse the repository at this point in the history
…gest

Update docker/login-action digest to b4bedf8
  • Loading branch information
bryopsida authored Sep 14, 2023
2 parents cae140d + 6d81e1d commit e3c613f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: docker/setup-buildx-action@dedd61cf5d839122591f5027c89bf3ad27691d18
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
run: k3d cluster create test-cluster --image rancher/k3s:${{ matrix.k8s-version }}
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
run: k3d cluster create test-cluster --image rancher/k3s:${{ matrix.k8s-version }}
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# login to the registry
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# login to the registry for oci pushes
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit e3c613f

Please sign in to comment.