Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b627ac6cb8 |
@@ -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