Skip to content

Commit

Permalink
Merge pull request #320 from kroese/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
kroese committed Sep 12, 2023
2 parents 851edf8 + 0f70603 commit cbce34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
-
name: Login into Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit cbce34b

Please sign in to comment.