home.kaderli.dev/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 7: cannot unmarshal !!seq into model.Job
2023-10-21 17:33:39 +02:00

16 lines
No EOL
417 B
YAML

name: Build & Push Docker Image
on: push
jobs:
docker:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: registry.gitlab.com/severinkaderli/registry
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: home.kaderli.dev