Skip to content

Commit

Permalink
Merge pull request #166 from arillso/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2.1.0

fix(deps): bump docker/login-action from 2.0.0 to 2.1.0
  • Loading branch information
sbaerlocher authored Mar 19, 2023
2 parents 87a2a73 + f4595d5 commit c21943c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
install: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=raw,value=${{ env.RELEASE_VERSION }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit c21943c

Please sign in to comment.