feature/ssh-server #1
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Log in to git.limbosolutions.com docker registry
|
||||
- name: Log in to git.limbosolutions.com container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.limbosolutions.com
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Log in to git.limbosolutions.com docker registry
|
||||
- name: Log in to git.limbosolutions.com container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.limbosolutions.com
|
||||
@@ -51,4 +51,9 @@ jobs:
|
||||
- name: Build ssh-server images
|
||||
run: |
|
||||
cd ${{gitea.workspace}}/docker/ssh-server
|
||||
BUILD_ENV=prod ./scripts/build.sh
|
||||
BUILD_ENV=prod ./scripts/build.sh
|
||||
|
||||
- name: Push image
|
||||
run: docker push git.limbosolutions.com/kb/ssh-server
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# ──────────────── Stage 1: Base ────────────────
|
||||
# Base image using Debian Bullseye
|
||||
FROM debian:bullseye as base
|
||||
FROM debian:bullseye AS base
|
||||
|
||||
|
||||
# Suppress interactive prompts during package installation
|
||||
|
||||
Reference in New Issue
Block a user