Skip to content

Commit

Permalink
Merge pull request #1144 from scrtlabs/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-2.0.0

Bump docker/login-action from 1.10.0 to 2.0.0
  • Loading branch information
Cashmaney authored Sep 11, 2022
2 parents 0142479 + d28d4ae commit f47ec9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
path: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_${{ matrix.db_backend }}_amd64.deb
- name: Log in to the Container registry
if: ${{ matrix.db_backend == 'goleveldb' }}
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit f47ec9a

Please sign in to comment.