Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jungrafael committed Sep 27, 2023
1 parent 7a497b4 commit f103a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Git Checkout
uses: actions/checkout@v2
-
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
id: buildx
with:
install: true
Expand Down

0 comments on commit f103a64

Please sign in to comment.