Skip to content

Commit

Permalink
Update pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glennbech authored Oct 17, 2023
1 parent c0935fb commit 3eae23e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
docker build . -t hello
docker tag hello 244530008913.dkr.ecr.eu-west-1.amazonaws.com/glenn:$rev
docker tag hello 244530008913.dkr.ecr.eu-west-1.amazonaws.com/glenn:latest
docker push 244530008913.dkr.ecr.eu-west-1.amazonaws.com/glenn:$rev
docker push 244530008913.dkr.ecr.eu-west-1.amazonaws.com/glenn:latest
terraform:
name: "Terraform"
Expand Down Expand Up @@ -61,4 +59,4 @@ jobs:

- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: terraform apply -var="prefix=$PREFIX" -var="image=$IMAGE" -auto-approve
run: terraform apply -var="prefix=$PREFIX" -var="image=$IMAGE" -auto-approve

0 comments on commit 3eae23e

Please sign in to comment.