Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 22, 2024
1 parent b302200 commit 29519c9
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_NAME }}
image-name: ${{ env.IMAGE_REGISTRY}}/${{ env.IMAGE_NAME }}
image-tag: |
${{ steps.generate-image-tags.outputs.tags }}
build-args: |
Expand Down

0 comments on commit 29519c9

Please sign in to comment.