You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
462 B
YAML

1 year ago
name: Dotfiles Docker Container
run-name: ${{ gitea.actor }} is building new container
1 year ago
on:
push:
branches:
1 year ago
- docker
1 year ago
jobs:
push_to_registry:
1 year ago
name: Push docker image to local registry
1 year ago
runs-on: ubuntu-latest
steps:
1 year ago
- name: Checkout
uses: actions/checkout@v2
1 year ago
1 year ago
- name: Deploy
run: |
docker build -t git.keegandeppe.com/kdeppe/dotfiles:latest .
docker push git.keegandeppe.com/kdeppe/dotfiles