File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 with :
3737 DOCKER_PATH_CONTEXT : .
3838 DOCKER_BUILD_DOCKERFILE : ./Dockerfile
39- DOCKER_TAGS : ${{ vars.DOCKER_USERNAME }}_ ${{ vars.DOCKER_REPOSITORY }}_ ${{ github.sha }}
39+ DOCKER_TAGS : ${{ vars.DOCKER_USERNAME }}/ ${{ vars.DOCKER_REPOSITORY }}: ${{ github.sha }}
4040 DOCKER_LOAD_BOOL : false
4141 DOCKER_PUSH_BOOL : ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}
4242 DOCKER_USERNAME : ${{ vars.DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 5454 file : ${{ env.DOCKER_BUILD_DOCKERFILE }}
5555 platforms : ${{ matrix.platform }}
5656 push : true
57- tags : docker.io/${{ env.DOCKER_TAGS }}-${{ matrix.platform }}
57+ tags : docker.io/${{ env.DOCKER_TAGS }}-${{ matrix.platform.replace('/', '-') }}
5858 - name : Run Trivy vulnerability scanner (per-arch)
5959 uses : aquasecurity/trivy-action@0.35.0
6060 with :
Original file line number Diff line number Diff line change 9494 DOCKER_PATH_CONTEXT : ${{ inputs.DOCKER_PATH_CONTEXT }}
9595 DOCKER_BUILD_DOCKERFILE : ${{ inputs.DOCKER_BUILD_DOCKERFILE }}
9696 DOCKER_LOAD_BOOL : false
97- DOCKER_TAGS : ${{ inputs.DOCKER_USERNAME }}_ ${{ inputs.DOCKER_REPOSITORY }}_ ${{ needs.Semantic-Release.outputs.tag }}
97+ DOCKER_TAGS : ${{ inputs.DOCKER_USERNAME }}/ ${{ inputs.DOCKER_REPOSITORY }}: ${{ needs.Semantic-Release.outputs.tag }}
9898 DOCKER_PUSH_BOOL : true
9999 DOCKER_USERNAME : ${{ inputs.DOCKER_USERNAME }}
100100 DOCKER_PLATFORMS : ' ["linux/amd64","linux/arm64"]'
You can’t perform that action at this time.
0 commit comments