Skip to content

Commit 967a906

Browse files
committed
GHA: checkout custom action
1 parent 21f8967 commit 967a906

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_docker_image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
with:
3939
resource: http://localhost:8080/erddap/index.html
4040

41+
- name: Checkout custom actions
42+
uses: actions/checkout@v4
43+
with:
44+
sparse-checkout: |
45+
.github
46+
4147
- name: Publish Docker images
4248
if: |
4349
((github.event_name == 'release' && github.event.action == 'published') || github.ref == 'refs/heads/main')

0 commit comments

Comments
 (0)