mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 03:23:04 +00:00
GHW: Remove unnecessary echo, add docker test timeout
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -109,9 +109,6 @@ jobs:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
prefix: "jupyterhub/jupyterhub:"
|
||||
|
||||
- name: Display tags
|
||||
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
|
||||
|
||||
- name: Build and push jupyterhub
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -225,6 +225,7 @@ jobs:
|
||||
|
||||
docker-build:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user