Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 4 (golangci#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent a9acb8d commit abe878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}

- name: Build and publish ${{ matrix.target.Dockerfile }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ${{ matrix.target.Dockerfile }}
Expand Down

0 comments on commit abe878d

Please sign in to comment.