Skip to content

Commit

Permalink
Fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Jun 5, 2024
1 parent 1070a89 commit 4ab1ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd src
docker build . -t us-docker.pkg.dev/htan-dcc/gcr.io/data-release-validation:${{ github.sha }}
docker push us-docker.pkg.dev/htan-dcc/gcr.io/data-release-validation}:${{ github.sha }}
docker push us-docker.pkg.dev/htan-dcc/gcr.io/data-release-validation:${{ github.sha }}
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
Expand Down

0 comments on commit 4ab1ab7

Please sign in to comment.