Skip to content

Commit

Permalink
only use the first tag as bild context (#193)
Browse files Browse the repository at this point in the history
... in case multiple tags are generated

fixes error in github action for releases
  • Loading branch information
thawn authored May 13, 2024
1 parent be93aaf commit bfc98b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
#cache-from: type=registry,ref=ghcr.io/${{ github.repository }}
build-contexts: |
rapids-singlecell-deps=docker-image://${{ steps.meta-base.outputs.tags }}
rapids-singlecell-deps=docker-image://${{ fromJSON(steps.meta-base.outputs.json).tags[0] }}
- name: Generate artifact attestation for main image
if: github.event_name == 'release'
Expand Down

0 comments on commit bfc98b4

Please sign in to comment.