Skip to content

Commit

Permalink
Merge pull request #1345 from wger-project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
rolandgeider committed Jun 14, 2023
2 parents 2918802 + 9f8b92a commit 9fe61be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v2.7.0

- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v2.7.0

- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v2.7.0

- name: Login to DockerHub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 9fe61be

Please sign in to comment.