Skip to content

Commit

Permalink
sdfsa
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 28, 2024
1 parent 7280b97 commit 70c906a
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 70c906a

Please sign in to comment.