mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-22 06:58:17 +01:00
test2
This commit is contained in:
parent
84deba1706
commit
4752c7df95
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- id: string
|
||||
uses: ASzc/change-string-case-action@v1
|
||||
with:
|
||||
string: ${{ github.repository_owner }}
|
||||
string: ${{ image-name }}
|
||||
- run: |
|
||||
echo "${{ steps.string.outputs.lowercase }}"
|
||||
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
run: |
|
||||
|
||||
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
|
||||
# to speed up the build process
|
||||
|
|
Loading…
Reference in a new issue