Skip to content

Commit

Permalink
👷 Still more path, context & cache experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 23, 2025
1 parent 9f5764b commit c97cd20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,17 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: ${{ steps.file-gen.outputs.PATH }}
file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
# context: ${{ steps.file-gen.outputs.PATH }}
# file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
context: build/standard/
file: build/standard/docker/Dockerfile
build-args: |
CONTAINER_VERSION=${{ github.ref_name }}
IMAGE_NAME=${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_URL }}:latest
# Connect Docker driver to GitHub Action cache service
cache-from: type=gha
cache-to: type=gha,mode=max

madsciencelab-plugins:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c97cd20

Please sign in to comment.