Skip to content

Commit 333e586

Browse files
authored
Merge pull request #462 from jupyterhub/dependabot/github_actions/docker/build-push-action-4
build(deps): bump docker/build-push-action from 3 to 4
2 parents 8bfb408 + e3a8c2d commit 333e586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
9090

9191
- name: Build and push
92-
uses: docker/build-push-action@v3
92+
uses: docker/build-push-action@v4
9393
with:
9494
platforms: linux/amd64,linux/arm64
9595
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)