Skip to content

Commit 377a929

Browse files
committed
Update deploy.yml
1 parent a041c0a commit 377a929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
# known_hosts: unnecessary
2929
- name: Build the Docker image
3030
run: |
31-
docker build . --file Dockerfile --tag ghcr.io/bossboxing/FriendBlockly:latest
32-
docker push ghcr.io/bossboxing/FriendBlockly:latest
31+
docker build . --file Dockerfile --tag ghcr.io/bossboxing/friendblockly:latest
32+
docker push ghcr.io/bossboxing/friendblockly:latest
3333
# - name: Deploy To Server
3434
# uses: appleboy/ssh-action@master
3535
# with:

0 commit comments

Comments
 (0)