Compare commits
2 Commits
4321aca86a
...
0b30e704fc
Author | SHA1 | Date | |
---|---|---|---|
0b30e704fc | |||
24b1a4459b |
@ -146,7 +146,6 @@ jobs:
|
|||||||
id: prebuild
|
id: prebuild
|
||||||
run: |
|
run: |
|
||||||
echo "version=$(cat public/VERSION)" >> "$GITHUB_OUTPUT"
|
echo "version=$(cat public/VERSION)" >> "$GITHUB_OUTPUT"
|
||||||
echo "revision=${GITHUB_SHA} >> "$GITHUB_OUTPUT"
|
|
||||||
echo ${GITHUB_SHA::8} > VERSION
|
echo ${GITHUB_SHA::8} > VERSION
|
||||||
rm -rf .git* tests/ storage/app/test/
|
rm -rf .git* tests/ storage/app/test/
|
||||||
ls -al public/css/
|
ls -al public/css/
|
||||||
@ -160,7 +159,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
|
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_REVISION=${{ steps.prebuild.outputs.revision }}
|
BUILD_REVISION=${GITHUB_SHA}
|
||||||
BUILD_VERSION=${{ steps.prebuild.outputs.version }}
|
BUILD_VERSION=${{ steps.prebuild.outputs.version }}
|
||||||
|
|
||||||
manifest:
|
manifest:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user