Skip to content

Commit e309a68

Browse files
Add back alma9 g4.10.4
1 parent 18b5ed4 commit e309a68

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,35 @@ jobs:
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

0 commit comments

Comments
 (0)