Compare commits

..

No commits in common. "renovate/docker-build-push-action-6.x" and "master" have entirely different histories.

View file

@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }} password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64 - name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
platforms: | platforms: |
@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }} password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64 - name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
platforms: | platforms: |
@ -165,7 +165,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }} password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64 - name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
platforms: | platforms: |
@ -221,7 +221,7 @@ jobs:
password: ${{ secrets.CR_PASSWORD }} password: ${{ secrets.CR_PASSWORD }}
- name: build and push docker image @amd64+arm64 - name: build and push docker image @amd64+arm64
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.event_name != 'pull_request' }}
platforms: | platforms: |