Skip to content

Commit

Permalink
rolling back build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Aug 19, 2023
1 parent 122b5b6 commit 6f393f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and publish Docker image
run: |
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/arm/v7 -t daithihearn/electricity-prices:latest -t daithihearn/electricity-prices:${{ github.ref_name }} --push .
docker buildx build --platform linux/amd64,linux/arm64/v8 -t daithihearn/electricity-prices:latest -t daithihearn/electricity-prices:${{ github.ref_name }} --push .
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.7
1.8.6

0 comments on commit 6f393f5

Please sign in to comment.