Skip to content

Commit 48dd659

Browse files
committed
Fix GitHub workflow syntax error
Remove redundant workflow for develop branch.
1 parent 5c5fee4 commit 48dd659

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
packages: write
2828

2929
steps:
30-
- name: Checkout repository
30+
- name: Checkout repository and lint
3131
uses: actions/checkout@v2
32-
33-
- name: Check for linting errors
3432
- uses: hadolint/[email protected]
3533
with:
3634
dockerfile: Dockerfile

0 commit comments

Comments
 (0)