fix ci build
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: build
|
||||||
push: false
|
push: false
|
||||||
tags: gitea.b4tman.ru/${{ gitea.repository }}:test
|
tags: gitea.b4tman.ru/${{ gitea.repository }}:test
|
||||||
push:
|
push:
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: build
|
||||||
push: true
|
push: true
|
||||||
#platforms: linux/amd64,linux/arm64
|
#platforms: linux/amd64,linux/arm64
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user