We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663c84e commit d3372f9Copy full SHA for d3372f9
2 files changed
.github/workflows/push.yml
@@ -18,4 +18,5 @@ jobs:
18
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
19
docker build -t ppiper/neo-cli:latest .
20
docker tag ppiper/neo-cli:latest
21
- docker push ppiper/neo-cli:latest
+ docker push ppiper/neo-cli:latest
22
+
.github/workflows/release.yml
@@ -33,4 +33,5 @@ jobs:
33
with:
34
piper-version: latest
35
command: githubPublishRelease
36
- flags: --token ${{ secrets.GITHUB_TOKEN }}
+ flags: --token ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments