mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-25 09:38:03 +01:00
Compare commits
No commits in common. "660f3bcf853df413d56ac33cf4dafdc8bf077906" and "612619b9bdc17d5b1620fdb9ce8c921e8663fe08" have entirely different histories.
660f3bcf85
...
612619b9bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue