Switch CI to use buildah, following hswro_org pattern
/ build (push) Failing after 15s
Details
/ build (push) Failing after 15s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8460629d7f
commit
de9a61412c
|
|
@ -6,17 +6,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: quay.io/buildah/stable
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
run: |
|
||||||
with:
|
buildah build -t kalendasz:latest
|
||||||
context: .
|
buildah push --creds ${{ gitea.actor }}:${{ secrets.FORGEJO_TOKEN }} kalendasz:latest "docker://git.hswro.org/kosma/kalendasz:latest"
|
||||||
push: true
|
|
||||||
tags: ${{ gitea.server_url }}/${{ gitea.repository }}:latest
|
|
||||||
username: ${{ gitea.actor }}
|
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue