File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Docker
1+ name : GHCR
22
33# This workflow uses actions that are not certified by GitHub.
44# They are provided by a third-party and are governed by
3737 # Login against a Docker registry except on PR
3838 # https://github.com/docker/login-action
3939 - name : Log into registry ${{ env.REGISTRY }}
40- if : github.event_name != 'pull_request '
40+ if : github.repository == 'getodk/pyxform-http '
4141 uses : docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
4242 with :
4343 registry : ${{ env.REGISTRY }}
5858 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
5959 with :
6060 context : .
61- push : ${{ github.event_name != 'pull_request ' }}
61+ push : ${{ github.repository == 'getodk/pyxform-http ' }}
6262 tags : ${{ steps.meta.outputs.tags }}
6363 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 1- Flask == 1.1.2
2- pyxform == 1.5.1
3- gunicorn == 20.0.4
1+ Flask == 2.0.1
2+ pyxform == 1.6.0
3+ gunicorn == 20.1.0
You can’t perform that action at this time.
0 commit comments