Skip to content

Commit 196a471

Browse files
authored
ci: Fix branch filter
1 parent 4e7c45a commit 196a471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '.github/workflows/ci-images.yml'
66
- 'src/**'
77
branches:
8-
- master
8+
- main
99
env:
1010
IMAGE_TAG: latest
1111
jobs:
@@ -76,4 +76,4 @@ jobs:
7676
- name: Build the Docker image
7777
run: docker build ./src/microservices --file ./src/microservices/Demo.Microservices.Products.API/Dockerfile --tag ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
7878
- name: Push the Docker image
79-
run: docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
79+
run: docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)