remove debug stuff
Some checks failed
build / build (pull_request) Failing after 4m9s

This commit is contained in:
Constantin Simonis 2025-02-02 18:30:20 +01:00
parent b486f106dc
commit 5b0320d50d
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -1,10 +1,10 @@
name: build name: build
on: push on:
# pull_request: pull_request:
# types: types:
# - closed - closed
# branches: branches:
# - main - main
jobs: jobs:
build: build:
runs-on: remote runs-on: remote
@ -13,13 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: https://git.simonis.lol/actions/checkout@v2 uses: https://git.simonis.lol/actions/checkout@v2
# - name: Login
# uses: https://git.simonis.lol/actions/login@v2
# with:
# registry: git.simonis.lol
# username: ${{ vars.DOCKER_USER }}
# password: ${{ vars.DOCKER_PW }}
- name: Build - name: Build
run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest . run: docker buildx build -t git.simonis.lol/projects/file-explorer:latest .