Skip to content

Commit b74ffbb

Browse files
build(deps): bump docker/build-push-action from 4 to 5 (#4094)
1 parent eeb2088 commit b74ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
8383

8484
- name: Build and publish ${{ matrix.target.Dockerfile }}
85-
uses: docker/build-push-action@v4
85+
uses: docker/build-push-action@v5
8686
with:
8787
context: .
8888
file: ${{ matrix.target.Dockerfile }}

0 commit comments

Comments
 (0)