Compare commits

..

No commits in common. "master" and "v0.10.3" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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