From 7a14bd8f2f24a14a49111700050e9bacb915300b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 3 Jan 2025 13:22:22 +0100 Subject: [PATCH] remove comments --- .gitea/workflows/build.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 93bad6c..18dad66 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,10 +21,6 @@ jobs: uses: docker://pipelinecomponents/hadolint:0.27.0 with: args: hadolint Dockerfile -# - name: Run ShellCheck -# uses: sudo-bot/action-shellcheck@latest -# with: -# cli-args: "shell.sh" - name: Send notification uses: dawidd6/action-send-mail@v4 if: failure() @@ -62,11 +58,6 @@ jobs: type=ref,event=pr - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 -# - name: Login to Docker Hub -# uses: docker/login-action@v3 -# with: -# username: ${{ secrets.DOCKERHUB_USERNAME }} -# password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image uses: https://github.com/docker/build-push-action@v6 with: