build(deps): bump docker/build-push-action from 4 to 5 (#4094)
This commit is contained in:
parent
eeb2088101
commit
b74ffbbe8f
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
|
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Build and publish ${{ matrix.target.Dockerfile }}
|
- name: Build and publish ${{ matrix.target.Dockerfile }}
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ matrix.target.Dockerfile }}
|
file: ${{ matrix.target.Dockerfile }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user