Compare commits
1 Commits
04c7348e7a
...
3c59c3e927
Author | SHA1 | Date | |
---|---|---|---|
3c59c3e927 |
2
.github/workflows/feature-pr-build.yml
vendored
2
.github/workflows/feature-pr-build.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6.13.0
|
uses: docker/build-push-action@v6.13.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
tags: ${{ env.REGISTRY_URL }}/${{ github.event.repository.name }}:${{ github.event.pull_request.number }}-monolith
|
tags: ${{ env.REGISTRY_URL }}/${{ github.repository_owner }}/${{ github.event.repository.name }}-monolith:latest
|
||||||
file: ./Monolith.Dockerfile
|
file: ./Monolith.Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
|
Reference in New Issue
Block a user