We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9beae commit a455640Copy full SHA for a455640
.github/workflows/_container.yml
@@ -38,9 +38,6 @@ jobs:
38
load: true
39
tags: tag_for_testing
40
41
- - name: Test cli works in cached runtime image
42
- run: docker run --rm tag_for_testing --version
43
-
44
- name: Create tags for publishing image
45
id: meta
46
uses: docker/metadata-action@v5
Dockerfile
@@ -74,6 +74,3 @@ RUN yum remove -y git git-core && \
74
# change the nobody account and group IDs to match RedHat
75
RUN sed -i 's/99:99/65534:65534/' /etc/passwd && \
76
sed -i 's/:99:/:65534:/' /etc/group
77
78
79
-RUN
0 commit comments