-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab8143a
commit 991465c
Showing
6 changed files
with
0 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,6 @@ jobs: | |
- name: 'Checkout code' | ||
uses: actions/checkout@v4 | ||
|
||
- name: 'Install Helm' | ||
uses: azure/[email protected] | ||
|
||
- name: 'Set image tag and name' | ||
id: tag | ||
run: | | ||
|
@@ -79,19 +76,6 @@ 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: | | ||
helm package helm --version ${IMAGE_TAG}; | ||
helm push github-actions-runner-${IMAGE_TAG}.tgz oci://registry-1.docker.io/flipperdevices; | ||
- name: 'Trigger k8s to use new image android: prod' | ||
if: ${{ (github.event_name != 'pull_request') | ||
&& (steps.tag.outputs.image_tag != '0.0.0') | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.