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] authored and SeigeC committed Apr 4, 2023
1 parent 4eba752 commit 6222a2c
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 6222a2c

Please sign in to comment.