Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 16s
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 16s
This commit is contained in:
parent
70a215c46e
commit
0cc8133559
@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
name: Build Docker Image
|
||||
runs-on: docker
|
||||
runs-on: docker-x86
|
||||
steps:
|
||||
- name: Environment
|
||||
run: |
|
||||
@ -16,6 +16,12 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Environment part 2
|
||||
run: |
|
||||
echo "++ Environment" && env
|
||||
echo "++ PWD" && pwd
|
||||
echo "++ ls" && ls -al
|
||||
|
||||
# name: Set up Docker Buildx
|
||||
# uses: https://github.com/docker/setup-buildx-action@v3
|
||||
# with:
|
||||
|
Loading…
Reference in New Issue
Block a user