c4
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 26s

This commit is contained in:
2025-05-22 20:30:02 +08:00
parent 4439ad3e6d
commit 684f918e9a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
run: | run: |
docker build -t localhost/file:v2 -f docker/docker-file/Dockerfile . docker build -t file -f docker/docker-file/Dockerfile .
echo "The workflow is now ready to test your code on the runner.111" echo "The workflow is now ready to test your code on the runner.111"
cd docker/docker-file/ cd docker/docker-file/
echo "The workflow is now ready to test your code on the runner.222" echo "The workflow is now ready to test your code on the runner.222"

View File

@ -1,6 +1,6 @@
services: services:
file: file:
image: localhost/file:v1 image: file
container_name: file container_name: file
restart: always restart: always
volumes: volumes: