File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
required : true
22
22
23
23
jobs :
24
- tag-manifest- push :
24
+ tag-push :
25
25
runs-on : ubuntu-latest
26
26
27
27
steps :
Original file line number Diff line number Diff line change 11
11
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
12
12
- " .github/workflows/docker-build-test-upload.yml"
13
13
- " .github/workflows/docker-merge-tags.yml"
14
- - " .github/workflows/docker-tag-manifest- push.yml"
14
+ - " .github/workflows/docker-tag-push.yml"
15
15
- " .github/workflows/docker-wiki-update.yml"
16
16
17
17
# We use local composite actions to combine multiple workflow steps within one action
40
40
- " .github/workflows/docker.yml"
41
41
- " .github/workflows/docker-build-test-upload.yml"
42
42
- " .github/workflows/docker-merge-tags.yml"
43
- - " .github/workflows/docker-tag-manifest- push.yml"
43
+ - " .github/workflows/docker-tag-push.yml"
44
44
- " .github/workflows/docker-wiki-update.yml"
45
45
46
46
- " .github/actions/create-dev-env/action.yml"
@@ -229,7 +229,7 @@ jobs:
229
229
needs : [x86_64-pyspark]
230
230
231
231
aarch64-images-tag-push :
232
- uses : ./.github/workflows/docker-tag-manifest- push.yml
232
+ uses : ./.github/workflows/docker-tag-push.yml
233
233
with :
234
234
platform : aarch64
235
235
image : ${{ matrix.image }}
@@ -263,7 +263,7 @@ jobs:
263
263
if : github.repository == 'jupyter/docker-stacks'
264
264
265
265
x86_64-images-tag-push :
266
- uses : ./.github/workflows/docker-tag-manifest- push.yml
266
+ uses : ./.github/workflows/docker-tag-push.yml
267
267
with :
268
268
platform : x86_64
269
269
image : ${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments