Skip to content

Commit 99af096

Browse files
Bump docker/build-push-action from 2 to 3 (#263)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ff1741 commit 99af096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
GOPATH: ${{ env.GOPATH }}
125125
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
126126
- name: Push to Dockerhub
127-
uses: docker/build-push-action@v2
127+
uses: docker/build-push-action@v3
128128
with:
129129
file: build/Dockerfile
130130
context: '.'

0 commit comments

Comments
 (0)