name: Docker Image CI on: push: tags: - v* jobs: build-prod: uses: ./.github/workflows/docker-image.yml with: image_name: ${{ github.repository_owner }}/godoxy old_image_name: ${{ github.repository_owner }}/go-proxy tag: latest target: main build-prod-agent: uses: ./.github/workflows/docker-image.yml with: image_name: ${{ github.repository_owner }}/godoxy-agent tag: latest target: agent