We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9acb8d commit abe878dCopy full SHA for abe878d
.github/workflows/tag.yml
@@ -84,7 +84,7 @@ jobs:
84
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
85
86
- name: Build and publish ${{ matrix.target.Dockerfile }}
87
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
88
with:
89
context: .
90
file: ${{ matrix.target.Dockerfile }}
0 commit comments