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
2
2
3
3
on :
4
4
merge_group :
5
5
branches : [ main ]
6
6
pull_request :
7
7
branches : [ main ]
8
8
paths :
9
- - ' e3sm-diags/**'
10
- - ' .github/workflows/e3sm-diags.yaml'
9
+ - ' e3sm-diags-test-data /**'
10
+ - ' .github/workflows/e3sm-diags-test-data .yaml'
11
11
push :
12
12
branches : [ main ]
13
13
paths :
14
- - ' e3sm-diags/**'
15
- - ' .github/workflows/e3sm-diags.yaml'
14
+ - ' e3sm-diags-test-data /**'
15
+ - ' .github/workflows/e3sm-diags-test-data .yaml'
16
16
tags :
17
- - ' e3sm-diags-*'
17
+ - ' e3sm-diags-test-data- *'
18
18
19
19
jobs :
20
20
ocis :
47
47
uses : docker/metadata-action@v5
48
48
with :
49
49
images : |
50
- ghcr.io/${{ github.repository }}-e3sm-diags
50
+ ghcr.io/${{ github.repository }}-e3sm-diags-test-data
51
51
-
52
52
name : QEMU
53
53
uses : docker/setup-qemu-action@v3
58
58
name : Push
59
59
uses : docker/build-push-action@v6
60
60
with :
61
- context : e3sm-diags/
62
- file : e3sm-diags/Dockerfile
61
+ context : e3sm-diags-test-data /
62
+ file : e3sm-diags-test-data /Dockerfile
63
63
push : ${{ github.event_name != 'pull_request' }}
64
64
tags : ${{ steps.meta.outputs.tags }}
65
65
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