Skip to content

Commit a455640

Browse files
committed
remove redundant container test from CI
1 parent 2d9beae commit a455640

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/_container.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
load: true
3939
tags: tag_for_testing
4040

41-
- name: Test cli works in cached runtime image
42-
run: docker run --rm tag_for_testing --version
43-
4441
- name: Create tags for publishing image
4542
id: meta
4643
uses: docker/metadata-action@v5

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@ RUN yum remove -y git git-core && \
7474
# change the nobody account and group IDs to match RedHat
7575
RUN sed -i 's/99:99/65534:65534/' /etc/passwd && \
7676
sed -i 's/:99:/:65534:/' /etc/group
77-
78-
79-
RUN

0 commit comments

Comments
 (0)