mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-25 09:38:03 +01:00
Compare commits
2 commits
612619b9bd
...
660f3bcf85
Author | SHA1 | Date | |
---|---|---|---|
660f3bcf85 | |||
|
4aaa0c2ac7 |
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 }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue