Skip to content

Commit 060a3ec

Browse files
authored
Merge pull request #499 from jupyterhub/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 4 to 5
2 parents 975e93a + cb3bf5d commit 060a3ec

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@v4
92+
uses: docker/build-push-action@v5
9393
with:
9494
platforms: linux/amd64,linux/arm64
9595
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)