Skip to content

Commit

Permalink
Merge branch 'main' into image-build
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Apr 17, 2025
2 parents e9b648c + ff1b8ed commit f6003d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: write
Expand All @@ -20,6 +18,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}


steps:
- uses: actions/setup-node@v3
Expand All @@ -46,7 +45,7 @@ jobs:
- name: Install gtag dependencies
run: |
python -m pip install -r requirements.txt
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.2
with:
Expand Down Expand Up @@ -102,4 +101,5 @@ jobs:
packer build \
-var "repository_uri=${{ env.repository_uri }}" \
-var "tag=${{ env.next_tag }}" \
packer.pkr.hcl
packer.pkr.hcl

0 comments on commit f6003d8

Please sign in to comment.