Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Feb 6, 2024
1 parent 3a91b94 commit 71bbbde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 99 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,17 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v1
if: github.event_name == 'push' && steps.should_push.outputs.push=='true'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Push to Docker Hub
uses: docker/build-push-action@v3
if: github.event_name == 'push' && steps.should_push.outputs.push=='true'
with:
context: .
file: Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/helm.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/sync.yml

This file was deleted.

0 comments on commit 71bbbde

Please sign in to comment.