Update .forgejo/workflows/test-build.yaml
Release / test_build (push) Failing after 1s
Details
Release / test_build (push) Failing after 1s
Details
parent
6a06e9a1f5
commit
574d7165ea
|
@ -12,6 +12,8 @@ jobs:
|
||||||
# run: apk add --no-cache git nodejs
|
# run: apk add --no-cache git nodejs
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: actions/docker-setup-buildx@v2
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: actions/docker-build-push@v4
|
uses: actions/docker-build-push@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue