Skip to content

Commit

Permalink
fix stable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ndharasz committed Oct 29, 2024
1 parent d31dcbd commit 13ce707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
aws-region: us-west-2

- name: Build and Push Docker Image
run: make push_latest_3_9
run: ACCOUNT_ID=${{ secrets.MODEL_UPLOADS_ACCOUNT_ID }} make push_latest_3_9

public-py310-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
aws-region: us-west-2

- name: Build and Push Docker Image
run: make push_latest_3_10
run: ACCOUNT_ID=${{ secrets.MODEL_UPLOADS_ACCOUNT_ID }} make push_latest_3_10

public-py311-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13ce707

Please sign in to comment.