Skip to content

Commit

Permalink
docker.yml canvas (part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-sam authored Apr 7, 2024
1 parent e015e1e commit ea617f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Test python
run: python -c "print('Hello World')"

- name: Canvas build deps
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev

- name: Build and push by digest
uses: docker/build-push-action@v5
id: build
Expand Down

0 comments on commit ea617f5

Please sign in to comment.