We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231176b commit c351820Copy full SHA for c351820
1 file changed
.github/workflows/docker-publish.yml
@@ -116,3 +116,17 @@ jobs:
116
labels: ${{ steps.meta.outputs.labels }}
117
cache-from: type=gha
118
cache-to: type=gha,mode=max
119
+
120
+ - name: Build and push /dev/hack Docker image
121
+ id: build-and-push-devhack
122
+ uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
123
+ with:
124
+ context: .
125
+ push: ${{ github.event_name != 'pull_request' }}
126
+ tags: |
127
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:devhack
128
+ build-args: |
129
+ TRAC_INSTALL_URL=git+https://github.com/devhack-seattle/trac.git
130
+ labels: ${{ steps.meta.outputs.labels }}
131
+ cache-from: type=gha
132
+ cache-to: type=gha,mode=max
0 commit comments