@@ -60,11 +60,11 @@ jobs:
|
||||
run: |
|
||||
docker run --rm ${{ steps.registry.outputs.host }}/${{ github.repository }}:${{ github.ref_name }} jupyter --version
|
||||
|
||||
- name: Push Docker image
|
||||
- name: Push Docker Image
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
platforms: liniux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
build-args:
|
||||
|
||||
Reference in New Issue
Block a user