We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb2088 commit b74ffbbCopy full SHA for b74ffbb
.github/workflows/tag.yml
@@ -82,7 +82,7 @@ jobs:
82
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
83
84
- name: Build and publish ${{ matrix.target.Dockerfile }}
85
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
86
with:
87
context: .
88
file: ${{ matrix.target.Dockerfile }}
0 commit comments