Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Bump docker/login-action from 1.13.0 to 1.14.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent f20300d commit 56fa620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Log in to the Container registry
if: runner.os == 'Linux'
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
with:
registry: ${{ env.CACHE_REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
uses: actions/checkout@v2

- name: Log in to the Container registry
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
profile: minimal

- name: Log in to the Container registry
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
with:
registry: ${{ env.CACHE_REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 56fa620

Please sign in to comment.