Update .forgejo/workflows/buildpush.yaml
Some checks are pending
Build And Test / build and push (push) Blocked by required conditions
Some checks are pending
Build And Test / build and push (push) Blocked by required conditions
This commit is contained in:
parent
2b0214d703
commit
0bc7b39903
1 changed files with 3 additions and 8 deletions
|
@ -4,14 +4,8 @@ on:
|
|||
push
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
build and push:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: checkout
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
|
@ -20,7 +14,8 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
registry: git.jakest.us
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue