Skip to content

Commit fd5c694

Browse files
committed
fix tag
1 parent d3372f9 commit fd5c694

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ jobs:
1717
run: |
1818
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
1919
docker build -t ppiper/neo-cli:latest .
20-
docker tag ppiper/neo-cli:latest
2120
docker push ppiper/neo-cli:latest
22-

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
run: |
2828
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
2929
docker build -t ppiper/neo-cli:${{ env.PIPER_version }} .
30-
docker tag ppiper/neo-cli:${{ env.PIPER_version }}
3130
docker push ppiper/neo-cli:${{ env.PIPER_version }}
3231
- uses: SAP/project-piper-action@master
3332
with:
3433
piper-version: latest
3534
command: githubPublishRelease
3635
flags: --token ${{ secrets.GITHUB_TOKEN }}
37-

0 commit comments

Comments
 (0)