Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 3.0.0 to 3.1.0 in custom a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
JakobLichterfeld committed Apr 2, 2024
1 parent fce20dd commit b9f1f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ runs:
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
if: inputs.is_dockerhub_pushed != ''
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
username: teslamate
password: ${{ inputs.docker_password }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ inputs.repository_owner }}
Expand Down

0 comments on commit b9f1f8b

Please sign in to comment.