bug fixed.
This commit is contained in:
30
.github/workflows/build-release-manual.yaml
vendored
30
.github/workflows/build-release-manual.yaml
vendored
@@ -197,9 +197,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Git pull
|
|
||||||
run: |
|
|
||||||
git pull
|
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
- name: Extract metadata for Docker with release version
|
- name: Extract metadata for Docker with release version
|
||||||
@@ -284,7 +281,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
file: ./docker/Dockerfile-fika
|
file: ./docker/Dockerfile-manual-fika
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-fika.outputs.tags }}
|
tags: ${{ steps.meta-fika.outputs.tags }}
|
||||||
labels: |
|
labels: |
|
||||||
@@ -297,7 +294,7 @@ jobs:
|
|||||||
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker/Dockerfile-manual
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: |
|
labels: |
|
||||||
@@ -312,7 +309,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
file: ./docker/Dockerfile-fika
|
file: ./docker/Dockerfile-manual-fika
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-bem-fika.outputs.tags }}
|
tags: ${{ steps.meta-bem-fika.outputs.tags }}
|
||||||
labels: |
|
labels: |
|
||||||
@@ -325,7 +322,7 @@ jobs:
|
|||||||
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker/Dockerfile-manual
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-bem.outputs.tags }}
|
tags: ${{ steps.meta-bem.outputs.tags }}
|
||||||
labels: |
|
labels: |
|
||||||
@@ -441,25 +438,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Setup Git Config
|
|
||||||
run: |
|
|
||||||
git config --global user.name "github-actions[bot]"
|
|
||||||
git config --global user.email "bot@github.com"
|
|
||||||
- name: Push Code To GitHub
|
|
||||||
run: |
|
|
||||||
git pull
|
|
||||||
rm trigger.release
|
|
||||||
echo "server=${{ needs.prepare.outputs.TARGET_TAG }}" > trigger.release
|
|
||||||
echo "fika=${{ needs.prepare.outputs.TARGET_TAG_FIKA }}" >> trigger.release
|
|
||||||
changes=$(git status --porcelain)
|
|
||||||
if [ -n "$changes" ]; then
|
|
||||||
git add trigger.release
|
|
||||||
git commit -m "🤖 bump to \`${{ needs.prepare.outputs.TARGET_TAG }}\`."
|
|
||||||
git push
|
|
||||||
fi
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Download Windows Artifact
|
- name: Download Windows Artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user