Skip to content

Commit

Permalink
Merge pull request #50 from tiredofit/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
tiredofit authored Jun 23, 2022
2 parents 856b323 + 5c8e1bf commit 48f3e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fi
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fi
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 48f3e0a

Please sign in to comment.