Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 4 to 5 (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 18, 2023
1 parent eeb2088 commit b74ffbb
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 @@ -82,7 +82,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@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.target.Dockerfile }}
Expand Down

0 comments on commit b74ffbb

Please sign in to comment.