Skip to content

Commit 7d3c634

Browse files
authored
Remove mention of test
1 parent 7be4873 commit 7d3c634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
exit 1
2424
fi
2525
echo "PIPER_version=$NEXT_VERSION" >> $GITHUB_ENV
26-
- name: Build, test and push
26+
- name: Build and push
2727
run: |
2828
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
2929
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin

0 commit comments

Comments
 (0)