.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 8m34s
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 8m34s
This commit is contained in:
parent
c1dbd4056c
commit
ac10de2732
@ -13,16 +13,16 @@ jobs:
|
|||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@master
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@master
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY_DOMAIN }}
|
registry: ${{ env.REGISTRY_DOMAIN }}
|
||||||
username: act_runner
|
username: act_runner
|
||||||
#password: ${{ env.REGISTRY_PASSWORD }}
|
#password: ${{ env.REGISTRY_PASSWORD }}
|
||||||
password: LibgegWaltAtcogwecGaj@Knyajes4
|
password: LibgegWaltAtcogwecGaj@Knyajes4
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@master
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user