Skip to content

Commit c351820

Browse files
committed
Build devhack-specific image
1 parent 231176b commit c351820

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,17 @@ jobs:
116116
labels: ${{ steps.meta.outputs.labels }}
117117
cache-from: type=gha
118118
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

Comments
 (0)