Skip to content

Commit

Permalink
Fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent 914b5d3 commit d4b47de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
name: ianw1974/zimbra-build-scripts
token: ${{ github.token }}
path: zimbra-build-scripts
fetch-depth: 2
- name: Build builder
uses: docker/build-push-action@v3
with:
context: ./zimbra-build-scripts
context: .
platforms: linux/amd64
push: false
build-args: |
Expand Down

0 comments on commit d4b47de

Please sign in to comment.