Compare commits
1 Commits
v3.9.2-nat
...
v3.9.3-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e55783c5f |
@@ -117,7 +117,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TAG: ${{ steps.set_envar.outputs.tag }}
|
TAG: ${{ steps.set_envar.outputs.tag }}
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --t ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
|
docker buildx build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
|
||||||
# with:
|
# with:
|
||||||
# context: .
|
# context: .
|
||||||
## platforms: linux/amd64
|
## platforms: linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user