Skip to content

Commit

Permalink
fix: fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicClock authored Dec 4, 2024
1 parent 49ae3ec commit 6be2832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
platforms: linux/amd64,linux/arm64
file: docker/dockerfile
tags: >-
${{ secrets.DOCKERHUB_USERNAME }}/jupyter-capymoa:${{ needs.release_pypi.outputs.tag }}",
${{ secrets.DOCKERHUB_USERNAME }}/jupyter-capymoa:${{ needs.release_pypi.outputs.tag }},
${{ secrets.DOCKERHUB_USERNAME }}/jupyter-capymoa:latest
build-args: CAPYMOA_VERSION=${{ needs.release_pypi.outputs.tag }}"
build-args: CAPYMOA_VERSION=${{ needs.release_pypi.outputs.tag }}

website:
name: Website
Expand Down

0 comments on commit 6be2832

Please sign in to comment.