Skip to content

Commit

Permalink
Merge pull request #39 from kubism/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-2

ghactions: bump docker/login-action from 1.14.1 to 2
  • Loading branch information
jastBytes authored Jun 28, 2022
2 parents 6a5ac83 + d0fe861 commit 2b6edf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup-operator-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# https://docs.github.com/en/actions/guides/publishing-docker-images#publishing-images-to-github-packages
- uses: actions/checkout@v3
- uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# https://docs.github.com/en/actions/guides/publishing-docker-images#publishing-images-to-github-packages
- uses: actions/checkout@v3
- uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
- uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 2b6edf3

Please sign in to comment.