Skip to content

Commit

Permalink
Try uploading image with pretty name
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Jun 24, 2024
1 parent d89a68e commit 0017cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
build-args: IMAGE=jetbrains/qodana-${{ matrix.language }}:${{ matrix.tag }}
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.language }}-${{ matrix.tag }}"
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.language }}-${{ matrix.tag }}
${{ env.REGISTRY }}/qodana-${{ matrix.language }}:${{ matrix.tag }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
Expand Down

0 comments on commit 0017cf3

Please sign in to comment.