Skip to content

Commit

Permalink
Merge pull request #59 from fetzu/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-54d5bb3c9b
  • Loading branch information
fetzu authored Jun 2, 2024
2 parents f68d6f9 + 75a8c6b commit 1abf88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Login to Docker Hub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildeux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
uses: docker/[email protected]

- name: Log in to DockerHub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to the GitHub Packages container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 1abf88b

Please sign in to comment.