docker-swiss-army-knife/.forgejo/workflows/docker.yaml
Julius Zeidler 42b7486dfd
Some checks failed
kaniko / prepare (push) Failing after 10s
build-airflow-image / prepare (push) Failing after 13s
Build images / build-and-push-arch (push) Failing after 14s
kaniko / build (push) Failing after 3s
ich stuempere hier herum. :D
2025-04-02 19:15:45 +02:00

22 lines
548 B
YAML

name: build-airflow-image
on: push
jobs:
prepare:
runs-on: catthehacker
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Login to the registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Build and Pus
uses: docker/build-push-action@v6
with:
push: true
context: swiss-army-knife
file: Dockerfile-alpine