Skip to content

Commit d3372f9

Browse files
committed
add new line
1 parent 663c84e commit d3372f9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
1919
docker build -t ppiper/neo-cli:latest .
2020
docker tag ppiper/neo-cli:latest
21-
docker push ppiper/neo-cli:latest
21+
docker push ppiper/neo-cli:latest
22+

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
with:
3434
piper-version: latest
3535
command: githubPublishRelease
36-
flags: --token ${{ secrets.GITHUB_TOKEN }}
36+
flags: --token ${{ secrets.GITHUB_TOKEN }}
37+

0 commit comments

Comments
 (0)