Skip to content

Commit

Permalink
fix: remove duplicate registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 22, 2024
1 parent c4eac28 commit 0f3b425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
builder: docker
context: ./desktop-environments/${{ matrix.desktop-environment }}
dockerfile: ./desktop-environments/${{ matrix.desktop-environment }}/Containerfile
image-name: ${{ env.IMAGE_REGISTRY}}/${{ env.IMAGE_NAME }}
image-name: ${{ env.IMAGE_NAME }}
image-tags: |
${{ steps.generate-image-tags.outputs.tags }}
build-args: |
Expand Down

0 comments on commit 0f3b425

Please sign in to comment.