mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
20240822_093102
This commit is contained in:
parent
a2d1d23639
commit
a127985590
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
|||
options: --privileged # Required for Docker-in-Docker setup
|
||||
|
||||
steps:
|
||||
- name: Script Set 2 - List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }} -alt
|
||||
echo "🍏 This job's status is ${{ job.status }}."
|
||||
# - name: Script Set 2 - List files in the repository
|
||||
# run: |
|
||||
# ls ${{ github.workspace }} -alt
|
||||
# echo "🍏 This job's status is ${{ job.status }}."
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
|
|
Loading…
Reference in a new issue