Skip to content

Commit

Permalink
Actions upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Feb 15, 2024
1 parent 4b994aa commit 86bee0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
# tag_with_ref: true
push: true
Expand Down

0 comments on commit 86bee0f

Please sign in to comment.