Skip to content

Commit 5443a11

Browse files
committed
#35 changed branch for terraform utils
1 parent d0889d4 commit 5443a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/terraform-utils-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: 'Terraform-utils'
33
on:
44
push:
55
branches:
6-
- 'feature/terraform-utils'
6+
- 'main'
77
paths:
88
- 'docker/terraform-utils/Dockerfile'
99

1010
jobs:
1111
push_to_registries:
12-
name: Push Docker image
12+
name: Build and Push Docker image
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repo
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
username: ${{ secrets.DOCKER_USERNAME }}
2121
password: ${{ secrets.DOCKER_PASSWORD }}
22-
- name: Build and push
22+
- name: Build and Push
2323
uses: docker/build-push-action@v2
2424
with:
2525
push: true

0 commit comments

Comments
 (0)