(Re-)Enable Agent Build

This commit is contained in:
Magnus Bender 2025-02-12 11:59:41 +01:00
parent c73d6c3967
commit 8c36816800
Signed by: bender
GPG Key ID: 5149A211831F2BD7
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ jobs:
- name: Build the Management
run: bash ./build-mgmt.sh -no-updates
#- name: Build the Agent
# run: bash ./build-agent.sh -no-updates
- name: Build the Agent
run: bash ./build-agent.sh -no-updates
- name: Docker login
uses: docker/login-action@v3

View File

@ -17,7 +17,7 @@ source "$SCRIPTPATH/vars.sh"
day_tag=$(date '+%Y-%m-%d')
images_a="" # $(docker image ls "$IMAGE_REGISTRY/$IMAGE_OWNER/$IMAGE_NAME_AGENT" --format '{{.Repository}}:{{.Tag}}')
images_a=$(docker image ls "$IMAGE_REGISTRY/$IMAGE_OWNER/$IMAGE_NAME_AGENT" --format '{{.Repository}}:{{.Tag}}')
images_b=$(docker image ls "$IMAGE_REGISTRY/$IMAGE_OWNER/$IMAGE_NAME_MGMT" --format '{{.Repository}}:{{.Tag}}')
echo "$images_a