Skip to content

Update actions/checkout action to v4 (#4) #26

Update actions/checkout action to v4 (#4)

Update actions/checkout action to v4 (#4) #26

Workflow file for this run

name: Dagger Pipeline
on:
push:
branches:
- main
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: "3.10.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install dagger-io
- name: Login to Dockerhub registry
uses: docker/login-action@v3
with:
username: qjoly
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Checkout code
uses: actions/checkout@v4
- name: Run Dagger
run: |
python .ci/run_dagger.py