Skip to content

Commit

Permalink
Merge pull request #202 from sustainable-computing-io/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/docker/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
sunya-ch authored Dec 4, 2023
2 parents 850fcb5 + bae4612 commit 6417768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Login to Quay
if: ${{ (github.repository_owner == 'sustainable-computing-io') && (github.ref == 'refs/heads/main') }}
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io/sustainable_computing_io
username: ${{ secrets.BOT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Login to Quay
if: ${{ (github.repository_owner == 'sustainable-computing-io') && (github.ref == 'refs/heads/main') }}
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io/sustainable_computing_io
username: ${{ secrets.BOT_NAME }}
Expand Down

0 comments on commit 6417768

Please sign in to comment.