Skip to content

Commit

Permalink
no need for a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Nov 23, 2024
1 parent 21af606 commit 430b292
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e3sm-diags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
id-token: write
strategy:
fail-fast: false
matrix:
data:
- files
- files-standalone

steps:
-
Expand All @@ -51,7 +47,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}-e3sm-diags-${{ matrix.data }}
ghcr.io/${{ github.repository }}-e3sm-diags
-
name: QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 430b292

Please sign in to comment.