13 lines
202 B
YAML
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 .
|