Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit a0f0e27

Browse files
committed
fix: 🐛 remove image hash
1 parent 578a8f2 commit a0f0e27

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Diff for: .github/.staging_workflows/anchored_u24_workflow_before_release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: u24_workflow_before_release
1+
name: u24_workflow_before_release_0.0.1
22
on:
33
pull_request:
44
push:
@@ -26,5 +26,4 @@ jobs:
2626
with:
2727
jhub_ver: 1.4.2
2828
py_ver: 3.9
29-
dist: debian
30-
codebook_base_hash: 561b765
29+
dist: debian

Diff for: .github/.staging_workflows/anchored_u24_workflow_release_call.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: u24_workflow_release_call
1+
name: u24_workflow_release_call_0.0.1
22

33
on:
44
workflow_run:
5-
workflows: ["u24_workflow_tag_to_release"]
5+
workflows: ["u24_workflow_tag_to_release_0.0.1"]
66
types:
77
- completed
88

@@ -41,7 +41,6 @@ jobs:
4141
jhub_ver: 1.4.2
4242
py_ver: 3.9
4343
dist: debian
44-
codebook_base_hash: 561b765
4544
secrets:
4645
REGISTRY_USERNAME: ${{secrets.DOCKER_USERNAME}}
4746
REGISTRY_PASSWORD: ${{secrets.DOCKER_PASSWORD}}

Diff for: .github/.staging_workflows/anchored_u24_workflow_tag_to_release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: u24_workflow_tag_to_release
1+
name: u24_workflow_tag_to_release_0.0.1
22

33
on:
44
push:
@@ -23,5 +23,4 @@ jobs:
2323
with:
2424
jhub_ver: 1.4.2
2525
py_ver: 3.9
26-
dist: debian
27-
codebook_base_hash: 561b765
26+
dist: debian

0 commit comments

Comments
 (0)