Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
B0nam authored Apr 8, 2024
1 parent c2dae90 commit ee6840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Get debian-novnc Base Files
run: wget git@github.com:B0nam/DEBIAN-DOCKER-NOVNC.git
run: git clone git@github.com:B0nam/DEBIAN-DOCKER-NOVNC.git

- name: Build debian-novnc Base
run: docker build -t debian-novnc:base DEBIAN-DOCKER-NOVNC/Base/.
Expand Down

0 comments on commit ee6840f

Please sign in to comment.