1
0
Fork 0

Update .forgejo/workflows/buildpush.yaml
Build And Test / build and push (push) Blocked by required conditions Details

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:43:33 +02:00
parent 2b0214d703
commit 0bc7b39903
1 changed files with 3 additions and 8 deletions

View File

@ -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: