diff --git a/.github/workflows/go-production.yml b/.github/workflows/go-production.yml index 4a3abba36..17795ef0a 100644 --- a/.github/workflows/go-production.yml +++ b/.github/workflows/go-production.yml @@ -190,10 +190,10 @@ jobs: run: | if [ "${{ github.event.inputs.pktvisor_tag }}" == "" ]; then make agent_production - make agent_debug + make agent_debug_production else PKTVISOR_TAG=${{ github.event.inputs.pktvisor_tag }} make agent_production - PKTVISOR_TAG=${{ github.event.inputs.pktvisor_tag }} make agent_debug + PKTVISOR_TAG=${{ github.event.inputs.pktvisor_tag }} make agent_debug_production fi - name: Login to Docker Hub if: github.event_name != 'pull_request'