Compare commits
1 Commits
d2cce68cf9
...
b05d7ca127
Author | SHA1 | Date | |
---|---|---|---|
b05d7ca127 |
12
.github/workflows/feature-pr-build.yml
vendored
12
.github/workflows/feature-pr-build.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Docker Images for Pull Request
|
name: Build Docker Image for Pull Request
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -25,13 +25,3 @@ 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