trying new container name
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 13m15s
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 13m15s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -38,8 +38,8 @@ jobs:
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:latest \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.MAJOR }} \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.MAJOR_MINOR }} \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.VERSION }} \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:latest \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.MAJOR }} \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.MAJOR_MINOR }} \
|
||||
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.VERSION }} \
|
||||
--push .
|
||||
|
||||
Reference in New Issue
Block a user