mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci: build/push docker image for runner
This commit is contained in:
parent
b7fc0185b9
commit
86a4466a9f
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -61,4 +61,13 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./deployment/docker/prod/buildx.Dockerfile
|
||||
push: true
|
||||
tags: semaphoreui/semaphore:latest,semaphoreui/semaphore:${{ github.ref_name }}
|
||||
tags: semaphoreui/semaphore:latest,semaphoreui/semaphore:${{ github.ref_name }}
|
||||
|
||||
- name: Build and push runner
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./deployment/docker/prod/runner.buildx.Dockerfile
|
||||
push: true
|
||||
tags: semaphoreui/runner:latest,semaphoreui/runner:${{ github.ref_name }}
|
Loading…
Reference in New Issue
Block a user