Skip to content

Commit

Permalink
Merge pull request #20 from aschuma/feature/#17_update_gh_workflows
Browse files Browse the repository at this point in the history
#17 update gh workflows - step 2
  • Loading branch information
aschuma committed Apr 2, 2024
2 parents d66b418 + 856e384 commit 7354d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:

- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 7354d3a

Please sign in to comment.