Skip to content

Commit

Permalink
Merge branch 'feature/1235' of github.com:PyPlanet/PyPlanet
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Aug 29, 2023
2 parents 79ff19d + effee20 commit 51058f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm64/v8
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm64/v8
tags: pyplanet/pyplanet:nightly
6 changes: 1 addition & 5 deletions .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm64/v8
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm64/v8
tags: pyplanet/pyplanet:latest

0 comments on commit 51058f0

Please sign in to comment.