Skip to content

Commit b4025db

Browse files
committed
ci: fix lowercase in publication
1 parent 4e56463 commit b4025db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12+
IMAGE_NAME: ${{ github.repository }}
1213

1314
jobs:
1415
build-and-push:
@@ -21,9 +22,6 @@ jobs:
2122
- name: Checkout
2223
uses: actions/checkout@v4
2324

24-
- name: Set lowercase repository name
25-
run: echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
26-
2725
- name: Set up Docker Buildx
2826
uses: docker/setup-buildx-action@v3
2927

0 commit comments

Comments
 (0)