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 21f8967 commit 967a906Copy full SHA for 967a906
.github/workflows/build_docker_image.yml
@@ -38,6 +38,12 @@ jobs:
38
with:
39
resource: http://localhost:8080/erddap/index.html
40
41
+ - name: Checkout custom actions
42
+ uses: actions/checkout@v4
43
+ with:
44
+ sparse-checkout: |
45
+ .github
46
+
47
- name: Publish Docker images
48
if: |
49
((github.event_name == 'release' && github.event.action == 'published') || github.ref == 'refs/heads/main')
0 commit comments