Skip to content

Commit 965176d

Browse files
committed
Remove step with lowercasing image name
1 parent 49b4faa commit 965176d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

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

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
1110

1211
jobs:
1312
release-phar:
@@ -82,17 +81,13 @@ jobs:
8281
username: ${{ github.actor }}
8382
password: ${{ secrets.GITHUB_TOKEN }}
8483

85-
- name: Make image lowercase
86-
run: |
87-
echo IMAGE_NAME_LOWER=$(echo ${{ env.IMAGE_NAME }} | tr '[:upper:]' '[:lower:]') >> ${GITHUB_ENV}
88-
8984
- name: Extract metadata (tags, labels) for Docker
9085
id: meta
9186
uses: docker/metadata-action@v5
9287
with:
9388
flavor: |
9489
latest=true
95-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LOWER }}
90+
images: ${{ env.REGISTRY }}/${{ github.repository }}
9691
tags: |
9792
type=semver,pattern={{version}}
9893
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)