chore(deps): update docker/build-push-action action to v5
Some checks failed
ci / docker (push) Failing after 42s
Some checks failed
ci / docker (push) Failing after 42s
This commit is contained in:
parent
8b58f5a09c
commit
1e61c6a087
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
|
|
Loading…
Reference in a new issue