We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7c45a commit 196a471Copy full SHA for 196a471
.github/workflows/push-images.yml
@@ -5,7 +5,7 @@ on:
5
- '.github/workflows/ci-images.yml'
6
- 'src/**'
7
branches:
8
- - master
+ - main
9
env:
10
IMAGE_TAG: latest
11
jobs:
@@ -76,4 +76,4 @@ jobs:
76
- name: Build the Docker image
77
run: docker build ./src/microservices --file ./src/microservices/Demo.Microservices.Products.API/Dockerfile --tag ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
78
- name: Push the Docker image
79
- run: docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
+ run: docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
0 commit comments