Skip to content

Commit

Permalink
Add python to docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-sam authored Apr 7, 2024
1 parent 3121b57 commit 86fd5bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
type=ref,event=branch
type=raw,value=latest
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10.7"

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

0 comments on commit 86fd5bb

Please sign in to comment.