Skip to content

Commit

Permalink
Rename e3sm-diags to e3sm-diags-test-data
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored and mahf708 committed Nov 29, 2024
1 parent d43985a commit 199ccaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: e3sm-diags
name: e3sm-diags-test-data

on:
merge_group:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'e3sm-diags/**'
- '.github/workflows/e3sm-diags.yaml'
- 'e3sm-diags-test-data/**'
- '.github/workflows/e3sm-diags-test-data.yaml'
push:
branches: [ main ]
paths:
- 'e3sm-diags/**'
- '.github/workflows/e3sm-diags.yaml'
- 'e3sm-diags-test-data/**'
- '.github/workflows/e3sm-diags-test-data.yaml'
tags:
- 'e3sm-diags-*'
- 'e3sm-diags-test-data-*'

jobs:
ocis:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}-e3sm-diags
ghcr.io/${{ github.repository }}-e3sm-diags-test-data
-
name: QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -58,8 +58,8 @@ jobs:
name: Push
uses: docker/build-push-action@v6
with:
context: e3sm-diags/
file: e3sm-diags/Dockerfile
context: e3sm-diags-test-data/
file: e3sm-diags-test-data/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 199ccaa

Please sign in to comment.