Skip to content

Commit

Permalink
list images
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Nov 7, 2024
1 parent 3a1172c commit 139b9c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: List docker images
run: docker images

- name: List buildx images
run: docker buildx images

- name: Build analysis image
uses: docker/build-push-action@v6
with:
Expand All @@ -96,7 +102,7 @@ jobs:
load: true
tags: opentrons-analysis:${{ env.ANALYSIS_REF }}
build-args: |
BASE_IMAGE_NAME=${{ steps.build_base_image.outputs.imageid }}
BASE_IMAGE_NAME=${{ env.BASE_IMAGE_NAME }}
ANALYSIS_REF=${{ env.ANALYSIS_REF }}
CACHEBUST=$(date +%s)
cache-from: type=gha
Expand Down

0 comments on commit 139b9c0

Please sign in to comment.