Update build_system_image.yml

This commit is contained in:
fal7w 2023-12-09 17:36:16 +03:00 committed by GitHub
parent d98baa287a
commit 49b45d309b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,12 +18,12 @@ on:
jobs: jobs:
call_workflow_using_branch:
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
job-image-build: job-image-build:
runs-on: runs-on:
- self-hosted - self-hosted
# - ubuntu-latest # - ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -31,15 +31,12 @@ jobs:
# repository: malnozili/remittance_image_builder # repository: malnozili/remittance_image_builder
# token: ${{ secrets.GITHUB_TOKEN }} # token: ${{ secrets.GITHUB_TOKEN }}
- name: login to harb # - name: login to harb
uses: docker/login-action@v1 # uses: docker/login-action@v1
with: # with:
registry: harbor.fintechsys.net # registry: harbor.fintechsys.net
username: ${{ secrets.PHEE_HARBOR_USERNAME }} # username: ${{ secrets.PHEE_HARBOR_USERNAME }}
password: ${{ secrets.PHEE_HARBOR_PASSWORD }} # password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
- name: clone image from reusable workflow
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
- name: build image - name: build image
run: | run: |