Compare commits
1 Commits
b05d7ca127
...
d2cce68cf9
Author | SHA1 | Date | |
---|---|---|---|
d2cce68cf9 |
12
.github/workflows/feature-pr-build.yml
vendored
12
.github/workflows/feature-pr-build.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Docker Image for Pull Request
|
name: Build Docker Images for Pull Request
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -25,3 +25,13 @@ jobs:
|
|||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
linux/arm64
|
||||||
|
|
||||||
|
- name: Build monolith Docker image
|
||||||
|
uses: docker/build-push-action@v6.13.0
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
tags: ${{ env.REGISTRY_URL }}/${{ github.repository_owner }}/${{ github.event.repository.name }}-monolith:latest
|
||||||
|
file: ./Monolith.Dockerfile
|
||||||
|
platforms: |
|
||||||
|
linux/amd64
|
||||||
|
linux/arm64
|
Reference in New Issue
Block a user