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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue