File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : e3sm-diags
1+ name : e3sm-diags-test-data
22
33on :
44 merge_group :
55 branches : [ main ]
66 pull_request :
77 branches : [ main ]
88 paths :
9- - ' e3sm-diags/**'
10- - ' .github/workflows/e3sm-diags.yaml'
9+ - ' e3sm-diags-test-data /**'
10+ - ' .github/workflows/e3sm-diags-test-data .yaml'
1111 push :
1212 branches : [ main ]
1313 paths :
14- - ' e3sm-diags/**'
15- - ' .github/workflows/e3sm-diags.yaml'
14+ - ' e3sm-diags-test-data /**'
15+ - ' .github/workflows/e3sm-diags-test-data .yaml'
1616 tags :
17- - ' e3sm-diags-*'
17+ - ' e3sm-diags-test-data- *'
1818
1919jobs :
2020 ocis :
4747 uses : docker/metadata-action@v5
4848 with :
4949 images : |
50- ghcr.io/${{ github.repository }}-e3sm-diags
50+ ghcr.io/${{ github.repository }}-e3sm-diags-test-data
5151 -
5252 name : QEMU
5353 uses : docker/setup-qemu-action@v3
5858 name : Push
5959 uses : docker/build-push-action@v6
6060 with :
61- context : e3sm-diags/
62- file : e3sm-diags/Dockerfile
61+ context : e3sm-diags-test-data /
62+ file : e3sm-diags-test-data /Dockerfile
6363 push : ${{ github.event_name != 'pull_request' }}
6464 tags : ${{ steps.meta.outputs.tags }}
6565 labels : ${{ steps.meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments