mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-25 14:15:50 +03:00
This reverts commit 64194a90ce
.
This commit is contained in:
parent
50fd7b3447
commit
14ace3c1c3
6
.github/workflows/Build.yml
vendored
6
.github/workflows/Build.yml
vendored
@ -43,16 +43,12 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: Wandalen/wretry.action@v3.5.0
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
env:
|
||||
OWNER: ${{ vars.DOCKER_USERNAME }}
|
||||
REPO: ${{ vars.DOCKER_REPOSITORY }}
|
||||
TAG: ${{ matrix.branch }}
|
||||
with:
|
||||
attempt_limit: 3
|
||||
attempt_delay: 1000
|
||||
action: docker/build-push-action@v6.7.0
|
||||
with: |
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: ${{ env.needToPush }}
|
||||
|
Loading…
Reference in New Issue
Block a user