Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasCote committed Aug 5, 2024
1 parent c31b4df commit 1b7549f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d.%H.%M')" >> $GITHUB_OUTPUT
# Use podman to build the image and tag it with the current date
- name: Build and push image
run: podman build -t docker.io/ncging/workshop-webapp:${{ steps.date.outputs.date }} .
run: podman build -f August-08-2024/Containerfile -t docker.io/ncging/workshop-webapp:${{ steps.date.outputs.date }} August-08-2024/.
# Login to Harbor with a robot account for the ncote project in Harbor
- name: Login to Docker Hub
run: podman login docker.io -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion August-08-2024/walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
" run: echo \"date=$(date +'%Y-%m-%d.%H.%M')\" >> $GITHUB_OUTPUT\n",
" # Use podman to build the image and tag it with the current date\n",
" - name: Build and push image\n",
" run: podman build -t docker.io/ncote/workshop-webapp:${{ steps.date.outputs.date }} .\n",
" run: podman build -f August-08-2024/Containerfile -t docker.io/ncote/workshop-webapp:${{ steps.date.outputs.date }} August-08-2024/.\n",
" # Login to Harbor with a robot account for the ncote project in Harbor\n",
" - name: Login to Docker Hub\n",
" run: podman login docker.io -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}\n",
Expand Down

0 comments on commit 1b7549f

Please sign in to comment.