Revert "Retry step feature (#12)" (#13)

This reverts commit 64194a90ce.
This commit is contained in:
Sergey Shorokhov 2024-10-11 12:34:05 +03:00 committed by GitHub
parent 50fd7b3447
commit 14ace3c1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,16 +43,12 @@ jobs:
password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: Wandalen/wretry.action@v3.5.0 uses: docker/build-push-action@v6.7.0
env: env:
OWNER: ${{ vars.DOCKER_USERNAME }} OWNER: ${{ vars.DOCKER_USERNAME }}
REPO: ${{ vars.DOCKER_REPOSITORY }} REPO: ${{ vars.DOCKER_REPOSITORY }}
TAG: ${{ matrix.branch }} TAG: ${{ matrix.branch }}
with: with:
attempt_limit: 3
attempt_delay: 1000
action: docker/build-push-action@v6.7.0
with: |
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: ${{ env.needToPush }} push: ${{ env.needToPush }}