Skip to content

Commit

Permalink
OPT: Bump docker github action
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Jan 3, 2024
1 parent 488307e commit 4474f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
run: sleep 30s
shell: bash
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
if: "${{ steps.getversion.outputs.VERSION != '' }}"
with:
context: .
Expand Down

0 comments on commit 4474f52

Please sign in to comment.