We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd447c commit 1f5b279Copy full SHA for 1f5b279
.github/workflows/docker.yaml
@@ -54,6 +54,9 @@ jobs:
54
tags: |
55
ghcr.io/onebusaway/${{ matrix.name }}:latest
56
ghcr.io/onebusaway/${{ matrix.name }}:${{ github.sha }}
57
+ build-args: |
58
+ PAT_USERNAME_FOR_GH=${{ secrets.PAT_USERNAME_FOR_GH }}
59
+ PAT_TOKEN_FOR_GH=${{ secrets.PAT_TOKEN_FOR_GH }}
60
61
buildx-release:
62
if: ${{ github.event_name == 'release' }}
@@ -98,3 +101,6 @@ jobs:
98
101
push: true
99
102
100
103
opentransitsoftwarefoundation/${{ matrix.name }}:${{ env.IMAGE_TAG }}
104
105
106
0 commit comments