Prevent Agent-Image from rebuild
All checks were successful
Build and push Docker images on git tags / build (push) Successful in 30m57s

This commit is contained in:
2025-02-12 11:15:16 +01:00
parent ee95b67a83
commit c73d6c3967
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