checkout before build
This commit is contained in:
parent
5c8a29c766
commit
a89c396845
@ -6,6 +6,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t pyrss-website:latest .
|
||||
|
Loading…
x
Reference in New Issue
Block a user