mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 09:43:08 +01:00
RHEL build test
This commit is contained in:
parent
779b2b2518
commit
7ced09ebe4
4
.github/workflows/images_build_rhel.yml
vendored
4
.github/workflows/images_build_rhel.yml
vendored
@ -191,7 +191,7 @@ jobs:
|
|||||||
id: build_image
|
id: build_image
|
||||||
uses: redhat-actions/buildah-build@b4dc19b4ba891854660ab1f88a097d45aa158f76 # v2.12
|
uses: redhat-actions/buildah-build@b4dc19b4ba891854660ab1f88a097d45aa158f76 # v2.12
|
||||||
env:
|
env:
|
||||||
GITHUB_WORKSPACE: ${{ env.GITHUB_WORKSPACE }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
with:
|
with:
|
||||||
context: ${{ env.DOCKERFILES_DIRECTORY }}/${{ matrix.build }}/rhel
|
context: ${{ env.DOCKERFILES_DIRECTORY }}/${{ matrix.build }}/rhel
|
||||||
layers: false
|
layers: false
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
IMAGE_TAG: ${{ steps.build_image.outputs.image-with-tag }}
|
||||||
CACHE_FILE_NAME: ${{ env.BASE_BUILD_NAME }}_${{ matrix.arch }}
|
CACHE_FILE_NAME: ${{ env.BASE_BUILD_NAME }}_${{ matrix.arch }}
|
||||||
GITHUB_WORKSPACE: ${{ env.GITHUB_WORKSPACE }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
TAG_ID=$(cat $GITHUB_WORKSPACE/iidfile)
|
TAG_ID=$(cat $GITHUB_WORKSPACE/iidfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user