diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 883ff9d6354..9261d5664c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/update-docker-image.yml b/.github/workflows/update-docker-image.yml index 4fa84f20d4a..24a93aa3a12 100644 --- a/.github/workflows/update-docker-image.yml +++ b/.github/workflows/update-docker-image.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.x' - name: Build image - run: docker build -t $IMAGE -f docker-images/pysyft-notebook/Dockerfile . + run: docker build -t $IMAGE -f docker-images/pysyft-notebook/Dockerfile docker-images/pysyft-notebook - name: Tag images run: |