Skip to content

Commit

Permalink
imageid
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Nov 7, 2024
1 parent 540d9ff commit 3a1172c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push base image
- name: Build base image
id: build_base_image
uses: docker/build-push-action@v6
with:
context: analyses-snapshot-testing/citools
Expand All @@ -93,11 +94,11 @@ jobs:
file: analyses-snapshot-testing/citools/Dockerfile.analyze
push: false
load: true
tags: opentrons-analysis:${{ env.ANALYSIS_REF }} # Name the image for local use
tags: opentrons-analysis:${{ env.ANALYSIS_REF }}
build-args: |
BASE_IMAGE_NAME=${{ env.BASE_IMAGE_NAME }}
BASE_IMAGE_NAME=${{ steps.build_base_image.outputs.imageid }}
ANALYSIS_REF=${{ env.ANALYSIS_REF }}
CACHEBUST=$(date +%s) # Always clone the latest code
CACHEBUST=$(date +%s)
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 3a1172c

Please sign in to comment.