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 @@ -367,6 +367,35 @@ jobs:
367367 tags : ${{ steps.meta.outputs.tags }}
368368 labels : ${{ steps.meta.outputs.labels }}
369369
370+ ubuntu22-g4-11-2 :
371+ needs : [ubuntu22_base]
372+ name : Push Ubuntu22 g4.11.1 docker image to Docker Hub
373+ runs-on : ubuntu-latest
374+ steps :
375+ - name : Check out the repo
376+ uses : actions/checkout@v4
377+
378+ - name : Log in to Docker Hub
379+ uses : docker/login-action@v3
380+ with :
381+ Username : ${{ vars.BOOGERT_DOCKER_USERNAME }}
382+ password : ${{ secrets.BOOGERT_DOCKER_PASSWORD }}
383+
384+ - name : Extract metadata (tags, labels) for Docker
385+ id : meta
386+ uses : docker/metadata-action@v5
387+ with :
388+ images : sboogert/ubuntu22-g4.11.2
389+
390+ - name : Build and push Docker image
391+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
392+ with :
393+ context : .
394+ file : ./dockerfiles/ubuntu22-g4.11.2
395+ push : true
396+ tags : ${{ steps.meta.outputs.tags }}
397+ labels : ${{ steps.meta.outputs.labels }}
398+
370399 ubuntu24-g4-10-7 :
371400 needs : [ubuntu24_base]
372401 name : Push Ubuntu24 g4.10.7 docker image to Docker Hub
You can’t perform that action at this time.
0 commit comments