Skip to content

Commit

Permalink
chore(deps): update docker/login-action digest to 29df2a9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 2, 2024
1 parent 0e7480c commit d8e287b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
uses: docker/setup-buildx-action@b467d6aa7afffae6d3d466d2a74bd266618f87d6
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo install skaffold /usr/local/bin/
- name: Log into registry
timeout-minutes: 5
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d8e287b

Please sign in to comment.