Skip to content

Commit

Permalink
👷 More Docker context experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 23, 2025
1 parent c97cd20 commit 2154018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
platforms: linux/amd64,linux/arm64
# context: ${{ steps.file-gen.outputs.PATH }}
# file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
context: build/standard/
context: .
file: build/standard/docker/Dockerfile
build-args: |
CONTAINER_VERSION=${{ github.ref_name }}
Expand Down

0 comments on commit 2154018

Please sign in to comment.