Update .forgejo/workflows/demo.yaml
/ test (push) Failing after 23s
Details
/ test (push) Failing after 23s
Details
This commit is contained in:
parent
1b9f146146
commit
2f5fae26c7
|
@ -16,11 +16,17 @@ jobs:
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
namespace=git
|
namespace=git
|
||||||
qemu.install=false
|
qemu.install=false
|
||||||
|
- name: Login to Docker Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: hub.docker.com
|
||||||
|
username: imartyn
|
||||||
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: |
|
tags: |
|
||||||
imartyn/usb-ipp:latest
|
imartyn/usb-ipp:latest
|
Loading…
Reference in New Issue