bug fixed.
This commit is contained in:
2
.github/workflows/build-release-cron.yaml
vendored
2
.github/workflows/build-release-cron.yaml
vendored
@@ -468,7 +468,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Push For BEM
|
- name: Build and Push For BEM
|
||||||
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
if: ${{ contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
id: build-and-push
|
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
@@ -482,7 +481,6 @@ jobs:
|
|||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
- name: Build and Push For Latest
|
- name: Build and Push For Latest
|
||||||
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
if: ${{ !contains(needs.prepare.outputs.TARGET_TAG, 'BEM') }}
|
||||||
id: build-and-push
|
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
|
|||||||
Reference in New Issue
Block a user