CI-Test/.gitea/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
2023-05-18 18:17:08 +02:00

13 lines
202 B
YAML

name: Build and push image
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
docker build -t rynomarree/self-hosted-deployment:latest .