Skip to content

Commit 1b43dc7

Browse files
authored
Remove docker release (#10)
1 parent 9fe437c commit 1b43dc7

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,3 @@ jobs:
4242
[[ "${{ steps.split.outputs._1 }}" == "split" ]] || exit 1
4343
[[ "${{ steps.split.outputs._2 }}" == "v1" ]] || exit 1
4444
[[ "${{ steps.split.outputs.length }}" == "3" ]] || exit 1
45-
46-
actions-test:
47-
runs-on: ubuntu-18.04
48-
steps:
49-
- name: Checkout
50-
uses: actions/checkout@v2
51-
52-
- uses: jungwinter/[email protected]
53-
id: split
54-
with:
55-
msg: jungwinter/split
56-
separator: '/'
57-
58-
- name: Test results
59-
run: |
60-
[[ "${{ steps.split.outputs._0 }}" == "jungwinter" ]] || exit 1
61-
[[ "${{ steps.split.outputs._1 }}" == "split" ]] || exit 1
62-
[[ "${{ steps.split.outputs.length }}" == "2" ]] || exit 1

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,3 @@ jobs:
2121
release_name: Release ${{ github.ref }}
2222
body: |
2323
Release ${{ github.ref }}
24-
25-
docker:
26-
runs-on: ubuntu-18.04
27-
steps:
28-
- name: Checkout
29-
uses: actions/checkout@v2
30-
31-
- name: Build and push
32-
uses: docker/build-push-action@v1
33-
with:
34-
username: winterjung
35-
password: ${{ secrets.DOCKER_PASSWORD }}
36-
repository: winterjung/split
37-
tag_with_ref: true

0 commit comments

Comments
 (0)