|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
|
|
|
|
|
|
|
|
- name: Build and publish image on quay.io |
|
|
|
- name: Build and publish image on quay.io |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
uses: docker/build-push-action@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
context: ./operator |
|
|
|
context: ./operator |
|
|
|
push: true |
|
|
|
push: true |
|
|
@ -85,7 +85,7 @@ jobs: |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
|
|
|
|
|
|
|
|
- name: Build and publish image on quay.io |
|
|
|
- name: Build and publish image on quay.io |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
uses: docker/build-push-action@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
context: ./operator |
|
|
|
context: ./operator |
|
|
|
file: ./operator/bundle.Dockerfile |
|
|
|
file: ./operator/bundle.Dockerfile |
|
|
@ -124,7 +124,7 @@ jobs: |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
( IFS=$','; echo "${TAGS[*]}" ) |
|
|
|
|
|
|
|
|
|
|
|
- name: Build and publish image on quay.io |
|
|
|
- name: Build and publish image on quay.io |
|
|
|
uses: docker/build-push-action@v2 |
|
|
|
uses: docker/build-push-action@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
context: ./operator |
|
|
|
context: ./operator |
|
|
|
file: ./operator/calculator.Dockerfile |
|
|
|
file: ./operator/calculator.Dockerfile |
|
|
|