And again
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
Gitea Actions Demo / Second-step (push) Successful in 4s
Docker Image CI / build (push) Failing after 5m59s

This commit is contained in:
2023-04-19 11:43:17 +02:00
parent 61d9f4008f
commit 2b3a14fe39

View File

@@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
- name: Lint Code Base
uses: https://github.com/github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: $default-branch
DEFAULT_BRANCH: $default-branch
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)