(Re-)Enable Agent Build
This commit is contained in:
parent
c73d6c3967
commit
8c36816800
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user