We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360807a commit 028cb5eCopy full SHA for 028cb5e
.github/workflows/tag.yml
@@ -78,7 +78,7 @@ jobs:
78
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}
79
80
- name: Build and publish ${{ matrix.target.Dockerfile }}
81
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
82
with:
83
context: .
84
file: ${{ matrix.target.Dockerfile }}
0 commit comments