change to gitea checkout
Docker Build and Release Upload / build (push) Failing after 0s

This commit is contained in:
2025-07-03 00:45:19 +00:00
parent a4a2d654ee
commit b70cdf4725
+1 -2
View File
@@ -7,8 +7,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - checkout: {}
uses: actions/checkout@v2
- name: Build Docker image - name: Build Docker image
run: docker build -t my-image:latest . run: docker build -t my-image:latest .