Browse Source

Update GitHub Action Versions (#1099)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1102/head
Sebastian Stehle 2 years ago
committed by GitHub
parent
commit
ace9db6e8d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dev.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/dev.yml

@ -142,7 +142,7 @@ jobs:
- name: Publish - Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

2
.github/workflows/release.yml

@ -145,7 +145,7 @@ jobs:
fi
- name: Publish - 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 }}

Loading…
Cancel
Save