shippinglabel-converter/.forgejo/workflows/deploy.yaml
fleaz d8efd22b82
Some checks failed
DNSControl / build (push) Failing after 7s
ci: Fix
2025-03-16 00:47:31 +01:00

21 lines
476 B
YAML

name: DNSControl
on:
push:
jobs:
build:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Kaniko
uses: https://codeberg.org/umglurf/kaniko-action@main
with:
credentials: |
https://index.docker.io/v1/=${{ secrets.DCKER_USER }}:${{ secrets.DOCKER_PASSWORD }}
destinations: |
docker.io/fleaz/shippinglabel:latest
push: true