checkout before build

This commit is contained in:
Corban-Lee Jones 2024-08-05 20:09:03 +01:00
parent 5c8a29c766
commit a89c396845

View File

@ -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 .