Skip to content

Commit

Permalink
Merge branch 'main' into update-2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wholtz authored Dec 16, 2024
2 parents bc5114e + 7d357fd commit 609fd08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
cache-to: type=registry,ref=ghcr.io/mamba-org/micromamba-cache/cache:${{ steps.set_image_variables.outputs.tag }},mode=max
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: ${{ steps.set_image_variables.outputs.tag }}
name: ${{ steps.set_image_variables.outputs.tag }}.metadata
path: ${{ steps.get_metadata.outputs.bake-file }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand All @@ -255,6 +255,7 @@ jobs:
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
path: artifacts
pattern: '*.metadata'
- name: Format tags
id: format_tags
run: |
Expand Down

0 comments on commit 609fd08

Please sign in to comment.