Skip to content

Commit

Permalink
馃懛 Build on PR branch to debug and test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 17, 2024
1 parent 0bef2c5 commit 9c8788b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
# TODO: remove this
- multiarch
schedule:
# cron every week on monday
- cron: "0 0 * * 1"
Expand Down Expand Up @@ -44,9 +46,10 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
# TODO: remove debug strings
tags: |
tiangolo/meinheld-gunicorn:${{ matrix.image.name }}
tiangolo/meinheld-gunicorn:${{ matrix.image.name }}-${{ env.DATE_TAG }}
tiangolo/meinheld-gunicorn:${{ matrix.image.name }}-debug
tiangolo/meinheld-gunicorn:${{ matrix.image.name }}-debug-${{ env.DATE_TAG }}
context: ./docker-images/
file: ./docker-images/${{ env.DOCKERFILE_NAME }}.dockerfile
- name: Docker Hub Description
Expand Down

0 comments on commit 9c8788b

Please sign in to comment.