remove comments
Some checks failed
lint, build and push / lint (push) Failing after 14s
lint, build and push / build (push) Failing after 21s

This commit is contained in:
Michael Grote 2025-01-03 13:22:22 +01:00
parent 92768d8bc6
commit 7a14bd8f2f

View file

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