Compare commits

..

No commits in common. "a79d0de3d7177d3171e139b2e5ff8e93ffc4ccd6" and "c7c2a43f50bce85ee152e2a80e962c6314a13be2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GIT_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
context: . context: .
build-args: build-args:

View File

@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GIT_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v4
with: with:
context: . context: .
build-args: build-args: