File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
run : |
26
26
app_version_tag=$(cat charts/spark-operator-chart/Chart.yaml | grep "appVersion: .*" | cut -c13-)
27
27
chart_version_tag=$(cat charts/spark-operator-chart/Chart.yaml | grep "version: .*" | cut -c10-)
28
-
28
+
29
29
# Initialize flags
30
30
image_changed=false
31
31
chart_changed=false
32
-
32
+
33
33
if ! git rev-parse -q --verify "refs/tags/$app_version_tag"; then
34
34
image_changed=true
35
35
git tag $app_version_tag
84
84
uses : docker/login-action@v3
85
85
with :
86
86
registry : docker.io
87
- username : ${{ github.actor }}
88
- password : ${{ secrets.GITHUB_TOKEN }}
87
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
88
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
89
89
- name : Build and Push Spark-Operator Docker Image to Docker Hub
90
90
id : build
91
91
uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments