Skip to content

Commit

Permalink
Fix GitLab CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Feb 8, 2024
1 parent 134f074 commit 049f7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image build:
/kaniko/executor
--skip-tls-verify
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--dockerfile $CI_PROJECT_DIR/Dockerfile.rhel
--destination ${CI_REGISTRY}/${CI_REGISTRY_REPO}:${CI_COMMIT_SHORT_SHA}
--destination ${CI_REGISTRY}/${CI_REGISTRY_REPO}:latest
Expand All @@ -43,6 +43,6 @@ merge request image build:
/kaniko/executor
--skip-tls-verify
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--dockerfile $CI_PROJECT_DIR/Dockerfile.rhel
--destination ${CI_REGISTRY}/${CI_REGISTRY_REPO}:mr-${CI_MERGE_REQUEST_IID}
--destination ${CI_REGISTRY}/${CI_REGISTRY_REPO}:mr-${CI_MERGE_REQUEST_IID}-${CI_COMMIT_SHORT_SHA}
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ RUN dnf install -y --enablerepo=updates-testing \
RUN freshclam

COPY *.sh *.py /usr/local/bin/

0 comments on commit 049f7fc

Please sign in to comment.