Skip to content

Commit

Permalink
Merge pull request #57 from camphor-/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
saza-ku authored Sep 29, 2023
2 parents e384f73 + a8c9979 commit a381201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-to-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: registry.camph.net
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Notify to Twitter (Daily)
steps:
- name: Login to Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: registry.camph.net
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Notify to Twitter (Weekly)
steps:
- name: Login to Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: registry.camph.net
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down

0 comments on commit a381201

Please sign in to comment.