Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and push docker image
on:
workflow_dispatch:
release:
types: [released]
push:
branches:
- build_images_on_release
Expand Down Expand Up @@ -65,15 +66,3 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.REPO_LOWER }}/dassie:${{ env.TAG }}
${{ env.REGISTRY }}/${{ env.REPO_LOWER }}/dassie:${{ github.ref_name }}
- name: Build and push dassie worker
uses: docker/build-push-action@v7
with:
context: .
platforms: linux/amd64,linux/arm64
target: hyrax-engine-dev-worker
cache-from: |
${{ env.REGISTRY }}/${{ env.REPO_LOWER }}/dassie:${TAG}
push: true
tags: |
${{ env.REGISTRY }}/${{ env.REPO_LOWER }}/dassie-worker:${{ env.TAG }}
${{ env.REGISTRY }}/${{ env.REPO_LOWER }}/dassie-worker:${{ github.ref_name }}
Loading