fix fix fix fix fix fix fix fix fix fix fix
This commit is contained in:
parent
2d64c006e2
commit
5d5ada130e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Get Version
|
||||
id: version
|
||||
run: |
|
||||
echo "VERSION=$(docker run --rm -v "$(pwd):/app" -w /app php:8.2-alpine3.16 php bootstrap/getVersion.php)"|xargs >> $GITHUB_OUTPUT]
|
||||
echo "VERSION=$(docker run --rm -v "$(pwd):/app" -w /app php:8.2-alpine3.16 php bootstrap/getVersion.php)"|xargs >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue