mirror of
https://github.com/aserper/masto-rss.git
synced 2024-11-24 11:34:23 +00:00
github action
This commit is contained in:
parent
53075c8b97
commit
1bbe8d42a3
20
.github/workflows/masto-rss.yml
vendored
Normal file
20
.github/workflows/masto-rss.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Masto-rss
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build & Push Image
|
||||
run: |
|
||||
echo "${{ secrets.DH_PASSWORD }}" | docker login -u "amitserper" --password-stdin
|
||||
docker build -t amitserper/masto-rss .
|
||||
docker push amitserper/masto-rss
|
Loading…
Reference in New Issue
Block a user