We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013ec0c commit 258733bCopy full SHA for 258733b
.github/workflows/test.yml
@@ -37,9 +37,4 @@ jobs:
37
run: docker-compose run test
38
- name: Container logs
39
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}
+ run: docker-compose logs --no-color --timestamps
0 commit comments