Remove fluff and just build
All checks were successful
Testing Gitea Actions / Build (push) Successful in 9s
All checks were successful
Testing Gitea Actions / Build (push) Successful in 9s
This commit is contained in:
parent
7cb0f2ccd8
commit
4e62cef441
@ -6,27 +6,9 @@ jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# services:
|
||||
# docker:
|
||||
# image: docker:dind
|
||||
|
||||
# env:
|
||||
# DOCKER_HOST: tcp://docker:2376
|
||||
# DOCKER_TLS_VERIFY: ""
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
# with:
|
||||
# driver: kubernetes
|
||||
# driver-opts: |
|
||||
# namespace=gitea
|
||||
|
||||
- name: Build Docker Image
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user