Skip to content

Commit 2ab4622

Browse files
Fixing base images and workflows (#25)
* centos7 pointing to wrong base image * centos7 pointing to workflow
1 parent 3d06563 commit 2ab4622

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ jobs:
484484
labels: ${{ steps.meta.outputs.labels }}
485485

486486
centos7-g4-11-2:
487-
needs: [centos8_base]
487+
needs: [centos7_base]
488488
name: Push Centos7 g4.11.2 docker image to Docker Hub
489489
runs-on: ubuntu-latest
490490
steps:

dockerfiles/centos7-g4.10.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sboogert/centos8-base
1+
FROM sboogert/centos7-base
22

33
# CLHEP
44
RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.4.0.tgz && \

dockerfiles/centos7-g4.11.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sboogert/centos8-base
1+
FROM sboogert/centos7-base
22

33
# CLHEP
44
RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.5.1.tgz && \

dockerfiles/centos7-g4.11.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sboogert/centos8-base
1+
FROM sboogert/centos7-base
22

33
# CLHEP
44
RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.6.2.tgz && \

dockerfiles/centos7-g4.11.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sboogert/centos8-base
1+
FROM sboogert/centos7-base
22

33
# CLHEP
44
RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.7.1.tgz && \

0 commit comments

Comments
 (0)