Skip to content

Commit

Permalink
Merge pull request #57 from media-streaming-mesh/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/docker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
Giles Heron authored Sep 25, 2023
2 parents 1b0bb34 + 9b2e4e3 commit cd3b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
if: github.event_name == 'push'

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit cd3b3db

Please sign in to comment.