1
0
Fork 0

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

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:50:36 +02:00
parent fc0f4e12b6
commit 3c11df4ff6
1 changed files with 2 additions and 0 deletions

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: