Update .forgejo/workflows/buildpush.yaml
Some checks failed
Build And Test / build and push (push) Failing after 1m24s
Some checks failed
Build And Test / build and push (push) Failing after 1m24s
This commit is contained in:
parent
fc0f4e12b6
commit
3c11df4ff6
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
||||||
build and push:
|
build and push:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Docker
|
||||||
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue