Update .forgejo/workflows/buildpush.yaml
Some checks failed
/ Push Docker image to Docker Hub (push) Failing after 23s
Some checks failed
/ Push Docker image to Docker Hub (push) Failing after 23s
This commit is contained in:
parent
84b42d09a1
commit
5489255f5c
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ jobs:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: prepare node for checkout
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue