remove comments
This commit is contained in:
parent
92768d8bc6
commit
7a14bd8f2f
1 changed files with 0 additions and 9 deletions
|
@ -21,10 +21,6 @@ jobs:
|
||||||
uses: docker://pipelinecomponents/hadolint:0.27.0
|
uses: docker://pipelinecomponents/hadolint:0.27.0
|
||||||
with:
|
with:
|
||||||
args: hadolint Dockerfile
|
args: hadolint Dockerfile
|
||||||
# - name: Run ShellCheck
|
|
||||||
# uses: sudo-bot/action-shellcheck@latest
|
|
||||||
# with:
|
|
||||||
# cli-args: "shell.sh"
|
|
||||||
- name: Send notification
|
- name: Send notification
|
||||||
uses: dawidd6/action-send-mail@v4
|
uses: dawidd6/action-send-mail@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
|
@ -62,11 +58,6 @@ jobs:
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
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
|
- name: Build and push Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue