Skip to content

Commit 519d80a

Browse files
authored
Merge pull request #24 from getodk/tweak-build
Upgrade dependencies, tweak build
2 parents 4dec9a7 + 0a113be commit 519d80a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker-publish.yml renamed to .github/workflows/ghcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -37,7 +37,7 @@ jobs:
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 }}
@@ -58,6 +58,6 @@ jobs:
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 }}

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)