Compare commits
1 Commits
04c7348e7a
...
b627ac6cb8
Author | SHA1 | Date | |
---|---|---|---|
b627ac6cb8 |
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
|
||||
with:
|
||||
context: .
|
||||
tags: ${{ env.REGISTRY_URL }}/${{ github.event.repository.name }}:${{ github.event.pull_request.number }}-monolith
|
||||
tags: ${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.event.pull_request.number }}-monolith
|
||||
file: ./Monolith.Dockerfile
|
||||
platforms: |
|
||||
linux/amd64
|
||||
|
Reference in New Issue
Block a user