update string
This commit is contained in:
parent
e7cc5c89d6
commit
dd1121ac3f
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
- id: github_repository_name
|
- id: string
|
||||||
uses: ASzc/change-string-case-action@v5
|
uses: ASzc/change-string-case-action@v5
|
||||||
with:
|
with:
|
||||||
string: ${{ github.repository_owner }}
|
string: ${{ github.repository_owner }}
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Docker/Dockerfile.base
|
file: ./Docker/Dockerfile.base
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{ steps.github_repository_name.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }}
|
tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }}
|
||||||
|
|
||||||
# - name: Poetry Meta
|
# - name: Poetry Meta
|
||||||
# id: meta-web-poetry
|
# id: meta-web-poetry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user