Compare commits
No commits in common. "8566520f97bb2c78f687be30dafa86993f6167e0" and "f480711f4ea57dff0cf5c544df06708235d078c6" have entirely different histories.
8566520f97
...
f480711f4e
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
esac
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: docs/Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue