Debug - print commit and dockerfile in workflow
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 37s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 37s
This commit is contained in:
parent
e6f8ba5b7a
commit
9cb90a0efb
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Show commit and Dockerfile
|
||||||
|
run: git log --oneline -1 && echo "---" && head -35 Dockerfile
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue