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