Skip to content

Commit

Permalink
Replace external action with own shell script to check if image exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 26, 2024
1 parent 57e8017 commit d5d0343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
kubectl label --overwrite $node "role=management"
done
- name: Wait for forge application public image
run: |
IMAGE="flowfuse/forge-k8s:${{ env.APP_VERSION }}"
Expand Down

0 comments on commit d5d0343

Please sign in to comment.