We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a041c0a commit 377a929Copy full SHA for 377a929
.github/workflows/deploy.yml
@@ -28,8 +28,8 @@ jobs:
28
# known_hosts: unnecessary
29
- name: Build the Docker image
30
run: |
31
- docker build . --file Dockerfile --tag ghcr.io/bossboxing/FriendBlockly:latest
32
- docker push ghcr.io/bossboxing/FriendBlockly:latest
+ docker build . --file Dockerfile --tag ghcr.io/bossboxing/friendblockly:latest
+ docker push ghcr.io/bossboxing/friendblockly:latest
33
# - name: Deploy To Server
34
# uses: appleboy/ssh-action@master
35
# with:
0 commit comments