Added gitea CI/CD configuration
Create Docker Image / Build Docker Image (push) Failing after 16s Details

This commit is contained in:
Deon George 2024-04-05 16:49:50 +11:00
parent 70a215c46e
commit 0cc8133559
1 changed files with 7 additions and 1 deletions

View File

@ -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: