Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Set context when building container image
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 20, 2023
1 parent ac1c1f9 commit f5c71ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Build Image
uses: docker/build-push-action@v4.1.1
with:
context: .
target: ${{ matrix.target }}
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
load: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
Expand Down

0 comments on commit f5c71ed

Please sign in to comment.