Update .forgejo/workflows/buildpush.yaml
Some checks failed
Build And Test / build and push (push) Failing after 1m24s

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:50:36 +02:00
parent fc0f4e12b6
commit 3c11df4ff6

View file

@ -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: