Skip to content

Commit

Permalink
Adding args
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 15, 2025
1 parent b98ec80 commit 004ce40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-twostep-container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
container-file-1: twostep-container-build/examples/Containerfile.dependencies
container-file-2: twostep-container-build/examples/Containerfile
first-step-cache-key: ${{ hashFiles('twostep-container-build/examples/Containerfile.dependencies') }}
first-step-cache-key: no-args-${{ hashFiles('twostep-container-build/examples/Containerfile.dependencies') }}
image: cdcgov/cfa-actions

test-with-args:
Expand All @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
container-file-1: twostep-container-build/examples/Containerfile.dependencies
container-file-2: twostep-container-build/examples/Containerfile
first-step-cache-key: ${{ hashFiles('twostep-container-build/examples/Containerfile.dependencies') }}
first-step-cache-key: with-args-${{ hashFiles('twostep-container-build/examples/Containerfile.dependencies') }}
image: cdcgov/cfa-actions-with-args
build-args-2: |
GH_SHA=${{ github.sha }}
Expand Down

0 comments on commit 004ce40

Please sign in to comment.