From 70c906aac598b5ff95cbf7ed331905a3f2e795c2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 28 Feb 2024 12:34:21 +0000 Subject: [PATCH] sdfsa --- .../pipeline-jupyter-eiaspatial-notebook-jammy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline-jupyter-eiaspatial-notebook-jammy.yml b/.github/workflows/pipeline-jupyter-eiaspatial-notebook-jammy.yml index 4772694..3a37fce 100644 --- a/.github/workflows/pipeline-jupyter-eiaspatial-notebook-jammy.yml +++ b/.github/workflows/pipeline-jupyter-eiaspatial-notebook-jammy.yml @@ -20,9 +20,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - name: Get short SHA uses: benjlevesque/short-sha@v2.2 @@ -40,10 +37,10 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and Push Docker Image (dev) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v2 with: - context: ../jupyter-eiaspatial-notebook/jammy - file: ../jupyter-eiaspatial-notebook/jammy/Dockerfile + context: ./jupyter-eiaspatial-notebook/jammy + file: ./jupyter-eiaspatial-notebook/jammy/Dockerfile push: true tags: | ${{ secrets.DOCKERHUB_USERNAME }}/jupyter-eiaspatial-notebook:dev-jammy-${{ secrets.JUPYTER_EIASPATIAL_NOTEBOOK_RELEASE_VERSION }}-${{ steps.short-sha.outputs.sha }}