Skip to content

Commit f13181f

Browse files
authored
Merge pull request #68 from planet-community/dependabot/github_actions/docker/login-action-3.7.0
chore(ci): bump docker/login-action from 3.6.0 to 3.7.0
2 parents aeb8992 + b9d3540 commit f13181f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-push-cosmo-codios-codid-cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v3
2525

2626
- name: Login to GHCR.io registry
27-
uses: docker/login-action@v3.6.0
27+
uses: docker/login-action@v3.7.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

.github/workflows/build-and-push-cosmo-codios-codios-cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-qemu-action@v3
2525

2626
- name: Login to GHCR.io registry
27-
uses: docker/login-action@v3.6.0
27+
uses: docker/login-action@v3.7.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

.github/workflows/build-and-push-planet-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-qemu-action@v3
3030

3131
- name: Login to GHCR.io registry
32-
uses: docker/login-action@v3.6.0
32+
uses: docker/login-action@v3.7.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)