Skip to content

Commit

Permalink
Add build-and-push step to Docker image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent 4781f82 commit 91a21ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: Build Docker Image
uses: docker/build-push-action@v5
id: build-and-push
with:
context: src/SampleApi
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 91a21ad

Please sign in to comment.