Skip to content

Commit 303d7f7

Browse files
authored
Merge pull request #391 from fluxcd/dependabot/github_actions/docker/login-action-2.2.0
Bump docker/login-action from 2.1.0 to 2.2.0
2 parents 66480d0 + 5a470b3 commit 303d7f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-gcp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
restore-keys: |
4747
${{ runner.os }}-buildx-ghcache-
4848
- name: Log into gcr.io
49-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
49+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
5050
with:
5151
registry: gcr.io
5252
username: oauth2accesstoken
5353
password: ${{ steps.auth.outputs.access_token }}
5454
- name: Log into us-central1-docker.pkg.dev
55-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
55+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
5656
with:
5757
registry: us-central1-docker.pkg.dev
5858
username: oauth2accesstoken

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
id: buildx
4141
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
43+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
4444
with:
4545
registry: ghcr.io
4646
username: fluxcdbot
4747
password: ${{ secrets.GHCR_TOKEN }}
4848
- name: Login to Docker Hub
49-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
49+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
5050
with:
5151
username: fluxcdbot
5252
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}

0 commit comments

Comments
 (0)