1
0
Fork 0

Update .forgejo/workflows/buildpush.yaml
/ Push Docker image to Docker Hub (push) Failing after 23s Details

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:31:39 +02:00
parent 84b42d09a1
commit 5489255f5c
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: prepare node for checkout
uses: actions/setup-node@v4
- name: Check out the repo
uses: actions/checkout@v4