Skip to content

Commit

Permalink
Improve actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnclmorais committed Jul 17, 2023
1 parent 2778bc9 commit c9d43ce
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 @@ -8,8 +8,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v1
- uses: docker/build-push-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
with:
context: .
cache-from: type=gha
Expand Down

0 comments on commit c9d43ce

Please sign in to comment.