Skip to content

Commit 989c206

Browse files
committed
fix: image name must be all lowercase
1 parent 4f0db92 commit 989c206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository_owner == 'PulseBeamDev'
1919
timeout-minutes: 30
2020
env:
21-
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/pulsebeam
21+
IMAGE_NAME: ghcr.io/pulsebeamdev/pulsebeam
2222
IMAGE_TAG: ${{ github.ref_name }}
2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)