This commit is contained in:
avollkopf 2023-03-07 07:16:53 +01:00
parent 84deba1706
commit 4752c7df95

View file

@ -19,7 +19,7 @@ jobs:
- id: string - id: string
uses: ASzc/change-string-case-action@v1 uses: ASzc/change-string-case-action@v1
with: with:
string: ${{ github.repository_owner }} string: ${{ image-name }}
- run: | - run: |
echo "${{ steps.string.outputs.lowercase }}" echo "${{ steps.string.outputs.lowercase }}"
@ -63,7 +63,7 @@ jobs:
run: | run: |
PUBLISH_IMAGE=false PUBLISH_IMAGE=false
TAGS="${{ env.image-name }}:dev" TAGS="${{ env.steps.string.outputs.lowercase }}:dev"
# Define the image that will be used as a cached image # Define the image that will be used as a cached image
# to speed up the build process # to speed up the build process