Skip to content

Commit

Permalink
Merge pull request #51 from miracum/renovate/docker-login-action-2.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v2
  • Loading branch information
makampf committed Sep 20, 2022
2 parents 8189fb0 + fbe4a36 commit c93ac8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to MIRACUM Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
if: ${{ github.event_name != 'pull_request' }}
with:
registry: harbor.miracum.org
Expand Down

0 comments on commit c93ac8e

Please sign in to comment.