Skip to content

Commit

Permalink
debug docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Apr 11, 2024
1 parent 9f911c2 commit 16b6301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
context: docker
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
tags: cbonamy/${{ env.IMAGE_NAME }}:latest

docker_nb:
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
context: docker
file: docker/Dockerfile_nb
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
tags: cbonamy/${{ env.IMAGE_NAME }}:latest

0 comments on commit 16b6301

Please sign in to comment.