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
|
push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: https://github.com/actions/checkout@v4
|
|
||||||
|
|
||||||
build and push:
|
build and push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
needs: checkout
|
needs: checkout
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
@ -20,7 +14,8 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
registry: git.jakest.us
|
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
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue