Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Jun 11, 2024
1 parent 43246dc commit 3e5e1b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.meta.outputs.tags }}
${{ matrix.docker_file == 'Dockerfile' && matrix.label == 'latest' && env.REGISTRY }}/{{ env.IMAGE_NAME }}:latest || ""
${{ matrix.docker_file == 'Dockerfile.cuda' && matrix.label == 'latest-cuda' && env.REGISTRY }}/{{ env.IMAGE_NAME }}:latest-cuda || ""
labels: ${{ steps.meta.outputs.labels }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest${{ matrix.label =='latest-cuda' && '-cuda' || '' }}
# labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

0 comments on commit 3e5e1b4

Please sign in to comment.