Skip to content

Commit 258733b

Browse files
author
Sylvestre Gug
committed
no need to publish
1 parent 013ec0c commit 258733b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ jobs:
3737
run: docker-compose run test
3838
- name: Container logs
3939
if: failure()
40-
run: docker-compose logs --no-color --timestamps
41-
- name: Publish
42-
if: ${{ steps.republish.outcome != 'success' }}
43-
run: |
44-
docker tag database-proxy_test:latest ${DOCKER_PACKAGE}:${GITHUB_SHA}
45-
../.github/retry docker push ${DOCKER_PACKAGE}:${GITHUB_SHA}
40+
run: docker-compose logs --no-color --timestamps

0 commit comments

Comments
 (0)