Skip to content

Commit

Permalink
Merge pull request #4 from kononovn/update_ran_du
Browse files Browse the repository at this point in the history
ci: update docker-image-ci.yml ran-du push action
  • Loading branch information
kononovn authored May 31, 2024
2 parents f9ddd46 + ebfd36f commit f0f318e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ jobs:
./Dockerfile
archs: amd64, arm64

- name: Push To quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: quay.io/ocp-edge-qe
username: ocp-edge-qe+ocp_edge_qe_robot
password: ${{ secrets.OCP_EDGE_QE_QUAY }}

- name: Print image url
run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"

- name: Build docker eco-gotests-ran-du image
id: build-image-system
uses: redhat-actions/buildah-build@v2
Expand All @@ -51,13 +64,6 @@ jobs:
containerfiles: |
./images/system-tests/ran-du/Dockerfile
archs: amd64, arm64

- name: Push To quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: quay.io/ocp-edge-qe
username: ocp-edge-qe+ocp_edge_qe_robot
password: ${{ secrets.OCP_EDGE_QE_QUAY }}
Expand All @@ -72,8 +78,5 @@ jobs:
username: ocp-edge-qe+ocp_edge_qe_robot
password: ${{ secrets.OCP_EDGE_QE_QUAY }}

- name: Print image url
run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"

- name: Print image url eco-gotests-ran-du
run: echo "Image pushed to ${{ steps.push-to-quay-eco-gotests-ran-du.outputs.registry-paths }}"

0 comments on commit f0f318e

Please sign in to comment.