Skip to content

Commit

Permalink
Test helm 2
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Jul 22, 2024
1 parent 662604d commit dd8acb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: 'Login to Docker Hub'
uses: docker/login-action@v3
with:
registry: registry-1.docker.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand Down Expand Up @@ -80,6 +79,13 @@ jobs:
cache-to: type=registry,ref=${{ steps.tag.outputs.image_name }}-fz-fw:buildcache,mode=max
context: flipperzero-firmware

- name: 'Login to Docker Hub'
uses: docker/login-action@v3
with:
registry: registry-1.docker.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: 'Push helm chart'
if: ${{ github.event_name != 'pull_request' }}
run: |
Expand Down
Binary file removed helm/templates/.runnerdeployment.yaml.swp
Binary file not shown.

0 comments on commit dd8acb7

Please sign in to comment.