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: |
|
||||
namespace=git
|
||||
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
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
imartyn/usb-ipp:latest
|
Loading…
Reference in New Issue