File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 8686 tags : ${{ steps.meta.outputs.tags }}
8787 labels : ${{ steps.meta.outputs.labels }}
8888
89+ alma9-g4-10-4 :
90+ needs : [bases]
91+ name : Push Alma9 g4.10.4 docker image to Docker Hub
92+ runs-on : ubuntu-latest
93+ steps :
94+ - name : Check out the repo
95+ uses : actions/checkout@v4
96+
97+ - name : Log in to Docker Hub
98+ uses : docker/login-action@v3
99+ with :
100+ Username : ${{ vars.BOOGERT_DOCKER_USERNAME }}
101+ password : ${{ secrets.BOOGERT_DOCKER_PASSWORD }}
102+
103+ - name : Extract metadata (tags, labels) for Docker
104+ id : meta
105+ uses : docker/metadata-action@v5
106+ with :
107+ images : bdsim/alma9-g4.10.4
108+
109+ - name : Build and push Docker image
110+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
111+ with :
112+ context : .
113+ file : ./dockerfiles/alma9-g4.10.4
114+ push : true
115+ tags : ${{ steps.meta.outputs.tags }}
116+ labels : ${{ steps.meta.outputs.labels }}
117+
89118 alma9-g4-10-7jai :
90119 needs : [bases]
91120 name : Push Alma9 g4.10.7jai docker image to Docker Hub
You can’t perform that action at this time.
0 commit comments