We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd89f5 + 77289c4 commit 129f624Copy full SHA for 129f624
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# https://github.com/docker/build-push-action
40
- name: Build Docker image
41
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
42
with:
43
context: .
44
tags: jupyter/repo2docker:pr
.github/workflows/release.yml
@@ -124,7 +124,7 @@ jobs:
124
echo "TAGS=$TAGS" >> $GITHUB_ENV
125
126
- name: Build and push repo2docker
127
128
129
130
platforms: linux/amd64,linux/arm64
0 commit comments