Skip to content

Commit

Permalink
✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 authored May 12, 2024
1 parent da8f9d5 commit 43e4bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u xiyang6666 --password-stdin
- name: Build the Docker image
run: docker build . --file Dockerfile --tag xiyang6666/mainpage:$(git rev-parse --abbrev-ref HEAD)-${{ github.run_number }}
- name: Pish the Docker image
- name: Push the Docker image
run: docker push xiyang6666/mainpage:$(git rev-parse --abbrev-ref HEAD)-${{ github.run_number }}

0 comments on commit 43e4bc5

Please sign in to comment.