Update .forgejo/workflows/buildpush.yaml
Some checks failed
/ Push Docker image to Docker Hub (push) Failing after 10s
Some checks failed
/ Push Docker image to Docker Hub (push) Failing after 10s
This commit is contained in:
parent
ce2b92dab1
commit
84b42d09a1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue