mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
20240625_131359
This commit is contained in:
parent
f4407c487f
commit
d95353019a
1 changed files with 22 additions and 22 deletions
42
.github/workflows/docker-build.yml
vendored
42
.github/workflows/docker-build.yml
vendored
|
@ -18,27 +18,27 @@ jobs:
|
||||||
printenv | sort
|
printenv | sort
|
||||||
- name: Script Set 2 - List files in the repository
|
- name: Script Set 2 - List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }} -alt
|
||||||
echo "🍏 This job's status is ${{ job.status }}."
|
echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
docker:
|
# docker:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
|
# # -
|
||||||
|
# # name: Set up QEMU
|
||||||
|
# # uses: docker/setup-qemu-action@v3
|
||||||
# -
|
# -
|
||||||
# name: Set up QEMU
|
# name: Set up Docker Buildx
|
||||||
# uses: docker/setup-qemu-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
-
|
# -
|
||||||
name: Set up Docker Buildx
|
# name: Login to Docker Hub
|
||||||
uses: docker/setup-buildx-action@v3
|
# uses: docker/login-action@v3
|
||||||
-
|
# with:
|
||||||
name: Login to Docker Hub
|
# username: ${{ vars.DOCKER_USERNAME }}
|
||||||
uses: docker/login-action@v3
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
with:
|
# -
|
||||||
username: ${{ vars.DOCKER_USERNAME }}
|
# name: Build and push
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
# uses: docker/build-push-action@v6
|
||||||
-
|
# with:
|
||||||
name: Build and push
|
# push: true
|
||||||
uses: docker/build-push-action@v6
|
# tags: user/app:latest
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
tags: user/app:latest
|
|
||||||
|
|
Loading…
Reference in a new issue