removed retries
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
|||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
-f Dockerfile.linux \
|
-f Dockerfile.linux \
|
||||||
--build-arg BINARY_NAME=${{ needs.detect-project.outputs.project-name }} \
|
--build-arg BINARY_NAME=${{ needs.detect-project.outputs.project-name }} \
|
||||||
-t ${{ env.IMAGE_NAME }}:linux-${{ env.TAG }} \
|
-t ${{ env.IMAGE_NAME }}:linux-${{ env.TAG }} .
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
Reference in New Issue
Block a user