Skip to content

Commit

Permalink
Merge pull request PrivateBin#170 from PrivateBin/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/docker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
elrido authored Sep 14, 2023
2 parents 905c23a + ce98c53 commit 63301b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
install: true
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: (github.ref != 'refs/heads/master' && github.event_name != 'pull_request') || github.event_name == 'schedule'
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: (github.ref != 'refs/heads/master' && github.event_name != 'pull_request') || github.event_name == 'schedule'
with:
registry: ghcr.io
Expand Down

0 comments on commit 63301b6

Please sign in to comment.