Skip to content

Commit

Permalink
remove unnecessary build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Aug 28, 2023
1 parent 22f1ccf commit ef6424d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64
push: true
tags: |
smartenergyplatform/analytics-flow-repo:dev
ghcr.io/senergy-platform/analytics-flow-repo:dev
- name: Deploy
uses: wei/curl@v1
with:
args: -X POST -u ${{ secrets.RANCHER_TOKEN }} ${{ secrets.RANCHER_URL }}${{ secrets.RANCHER_SERVICE }}?action=redeploy
args: -X POST -u ${{ secrets.RANCHER_TOKEN }} ${{ secrets.RANCHER_URL }}${{ secrets.RANCHER_SERVICE }}?action=redeploy
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64
push: true
tags: |
smartenergyplatform/analytics-flow-repo:latest
Expand Down

0 comments on commit ef6424d

Please sign in to comment.