Skip to content

Commit bcce5e2

Browse files
authored
Merge pull request #546 from jupyterhub/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 085af7c + 936ee61 commit bcce5e2

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
@@ -92,7 +92,7 @@ jobs:
9292
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
9393

9494
- name: Build and push
95-
uses: docker/build-push-action@v5
95+
uses: docker/build-push-action@v6
9696
with:
9797
platforms: linux/amd64,linux/arm64
9898
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)