Skip to content

Commit 56404f4

Browse files
author
Mikhail Savelyev
committed
Pull and push docker images to OCI container registry
1 parent aa5ef2c commit 56404f4

5 files changed

Lines changed: 904 additions & 1356 deletions

File tree

.github/actions/build-docker-image/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
outputs:
1010
image:
1111
description: Image that was built
12-
value: crowddotdev/${{ inputs.image }}:${{ steps.version-generator.outputs.IMAGE_VERSION }}
12+
value: sjc.ocir.io/axbydjxa5zuh/${{ inputs.image }}:${{ steps.version-generator.outputs.IMAGE_VERSION }}
1313

1414
runs:
1515
using: composite
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Login to docker repository
2828
shell: bash
29-
run: echo ${{ env.DOCKERHUB_PASSWORD }} | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin
29+
run: echo ${{ env.ORACLE_DOCKER_PASSWORD }} | docker login sjc.ocir.io -u ${{ env.ORACLE_DOCKER_USERNAME }} --password-stdin
3030

3131
- name: Build and push docker image
3232
shell: bash

0 commit comments

Comments
 (0)