We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3372f9 commit fd5c694Copy full SHA for fd5c694
2 files changed
.github/workflows/push.yml
@@ -17,6 +17,4 @@ jobs:
17
run: |
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
22
-
.github/workflows/release.yml
@@ -27,11 +27,9 @@ jobs:
27
28
29
docker build -t ppiper/neo-cli:${{ env.PIPER_version }} .
30
- docker tag ppiper/neo-cli:${{ env.PIPER_version }}
31
docker push ppiper/neo-cli:${{ env.PIPER_version }}
32
- uses: SAP/project-piper-action@master
33
with:
34
piper-version: latest
35
command: githubPublishRelease
36
flags: --token ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments