Skip to content

Commit

Permalink
OSCI-6636
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
  • Loading branch information
Andrei-Stepanov committed Apr 3, 2024
1 parent 88881b8 commit fe273e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
extra-args: |
--ulimit nofile=4096:4096
tags: |
${{ env.IMAGE_REGISTRY_GITHUB }}:${{ steps.vars.outputs.sha_short }}
${{ ( github.ref == 'refs/heads/main' && format('{0}:latest', env.IMAGE_REGISTRY_GITHUB) ) || '' }}
Expand Down

0 comments on commit fe273e3

Please sign in to comment.