Skip to content

Commit

Permalink
Specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 10, 2024
1 parent 0da4348 commit a55b5b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/combine_deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
registry: public.ecr.aws
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Specify python version
uses: actions/[email protected]
with:
python-version: "3.12"
- name: Build combine_deploy
uses: docker/[email protected]
with:
Expand Down

0 comments on commit a55b5b7

Please sign in to comment.