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