Skip to content

Commit 646a034

Browse files
authored
Merge pull request #437 from jupyterhub/dependabot/github_actions/docker/build-push-action-3.2.0
build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0
2 parents a0ff314 + dcb3ea0 commit 646a034

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

0 commit comments

Comments
 (0)