Skip to content

Commit

Permalink
👷 More cache & path fix experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 23, 2025
1 parent 76e6624 commit 9f5764b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,18 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: 'Extract metadata for Docker Hub'
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_URL }}

# Docker image: madsciencelab
# Note: standard/ directory maps to madsciencelab image (no variants)
- name: 'Build Docker image ${{ env.IMAGE_NAME }}'
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: ${{ steps.file-gen.outputs.PATH }}
file: docker/Dockerfile
file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
build-args: |
CONTAINER_VERSION=${{ github.ref_name }}
IMAGE_NAME=${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_URL }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha

madsciencelab-plugins:
Expand Down

0 comments on commit 9f5764b

Please sign in to comment.