Skip to content

Commit

Permalink
Add 'load' option to build job in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytes committed Feb 14, 2024
1 parent a74215f commit 457c6cb
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 @@ -55,6 +55,7 @@ jobs:
id: build
with:
context: src/SampleApi
load: true
push: false
tags: ${{ env.IMAGE_NAME }}:${{ env.TAG }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 457c6cb

Please sign in to comment.