Skip to content

Commit

Permalink
fixed up build context of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 6, 2024
1 parent 2496581 commit dc3fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
context: build
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'release' }}
tags: |
Expand Down

0 comments on commit dc3fc6e

Please sign in to comment.