Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realcommang committed Nov 19, 2023
1 parent 481c2c3 commit 51dce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Docker
uses: actions/setup-docker@v2
uses: docker/setup-buildx-action@v1

- name: Build Docker image
run: docker build -t realcommang/my-jupyter-image:latest .
Expand Down

0 comments on commit 51dce52

Please sign in to comment.