Skip to content

Commit 9f5764b

Browse files
committed
👷 More cache & path fix experiments
1 parent 76e6624 commit 9f5764b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,18 @@ jobs:
7373
username: ${{ secrets.DOCKERHUB_USERNAME }}
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}
7575

76-
- name: 'Extract metadata for Docker Hub'
77-
id: meta
78-
uses: docker/metadata-action@v5
79-
with:
80-
images: ${{ env.IMAGE_URL }}
81-
8276
# Docker image: madsciencelab
8377
# Note: standard/ directory maps to madsciencelab image (no variants)
8478
- name: 'Build Docker image ${{ env.IMAGE_NAME }}'
8579
uses: docker/build-push-action@v6
8680
with:
8781
platforms: linux/amd64,linux/arm64
8882
context: ${{ steps.file-gen.outputs.PATH }}
89-
file: docker/Dockerfile
83+
file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
9084
build-args: |
9185
CONTAINER_VERSION=${{ github.ref_name }}
9286
IMAGE_NAME=${{ env.IMAGE_NAME }}
9387
tags: ${{ env.IMAGE_URL }}:latest
94-
labels: ${{ steps.meta.outputs.labels }}
9588
cache-from: type=gha
9689

9790
madsciencelab-plugins:

0 commit comments

Comments
 (0)