Skip to content

Commit c97cd20

Browse files
committed
👷 Still more path, context & cache experiments
1 parent 9f5764b commit c97cd20

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dev.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,17 @@ jobs:
7979
uses: docker/build-push-action@v6
8080
with:
8181
platforms: linux/amd64,linux/arm64
82-
context: ${{ steps.file-gen.outputs.PATH }}
83-
file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
82+
# context: ${{ steps.file-gen.outputs.PATH }}
83+
# file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
84+
context: build/standard/
85+
file: build/standard/docker/Dockerfile
8486
build-args: |
8587
CONTAINER_VERSION=${{ github.ref_name }}
8688
IMAGE_NAME=${{ env.IMAGE_NAME }}
8789
tags: ${{ env.IMAGE_URL }}:latest
90+
# Connect Docker driver to GitHub Action cache service
8891
cache-from: type=gha
92+
cache-to: type=gha,mode=max
8993

9094
madsciencelab-plugins:
9195
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)