Skip to content

Commit

Permalink
Set context to fix git context limitation of docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 11, 2024
1 parent 93676b7 commit 45d3b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
- name: Build release packages
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: |
util_caching_release
push: false
target: release

- name: Copy release packages
Expand Down

0 comments on commit 45d3b44

Please sign in to comment.