Skip to content

Commit

Permalink
Fix Publish of Cross-Compile Docker Image Tag (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Mar 22, 2024
1 parent 0163551 commit da24f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-xcomp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
context: .docker/ubuntu-${{ matrix.version }}
file: .docker/ubuntu-${{ matrix.version }}/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.version }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu-${{ matrix.version }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit da24f2d

Please sign in to comment.