Skip to content

Commit

Permalink
chore(misc): override image_tag_stable for custom env
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Nov 18, 2024
1 parent be13bea commit a91f535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-custom-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
image_name: ${{matrix.app.name}}
dockerfile_path: ${{matrix.app.path}}/Dockerfile
image_tag: ${{matrix.app.tag}}
image_tag_stable: "custom-latest"
sentry_auth_token: ${{ secrets.SENTRY_AUTH_TOKEN }}

deploy:
Expand Down

0 comments on commit a91f535

Please sign in to comment.