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.
1 parent 5ed9901 commit a43c224Copy full SHA for a43c224
.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@v5
+ uses: docker/build-push-action@v6
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