shippinglabel-converter/.forgejo/workflows/deploy.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 3: cannot unmarshal !!seq into model.Job
2025-03-16 00:42:49 +01:00

11 lines
345 B
YAML

jobs:
build:
- uses: actions/checkout@v4
- name: Build
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