Skip to content

Commit

Permalink
provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 18, 2024
1 parent ea5cba9 commit 49f369a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
workspace-id: ws-pftgvrxWKzhd2z9z
outputs: |
ecr_repository_scrape_txs_url
# - name: Outputs
# uses: hashicorp/tfc-workflows-github/actions/[email protected]
# id: outputs
# with:
# workspace: ${{ env.TF_WORKSPACE }}
deploy-scrape-txs:
name: Deploy Scrape Bank Transactions
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions projects/scrape-txs/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ docker buildx build \
-f ./Dockerfile \
--cache-to type=gha,scope=scrape-txs,mode=max \
--cache-from type=gha,scope=scrape-txs \
--provenance false \
$__dirname/../

0 comments on commit 49f369a

Please sign in to comment.