Skip to content

Commit 2da2540

Browse files
committed
updated workflow
1 parent 8bdae44 commit 2da2540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: parchlinux-frontend
10+
IMAGE_NAME: ${{ github.repository }}
1111

1212
jobs:
1313
build:
@@ -36,7 +36,7 @@ jobs:
3636
id: meta
3737
uses: docker/metadata-action@v5
3838
with:
39-
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
39+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker image
4242
id: build-and-push

0 commit comments

Comments
 (0)