diff --git a/.github/workflows/deploy_docker.yml b/.github/workflows/deploy_docker.yml index 4651c3ffa..6270c1347 100644 --- a/.github/workflows/deploy_docker.yml +++ b/.github/workflows/deploy_docker.yml @@ -35,12 +35,12 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:ubuntu + tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:main - - name: Build archlinux image - uses: docker/build-push-action@v5 - with: - context: . - file: ./docker/Dockerfile.archlinux - push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux \ No newline at end of file + #- name: Build archlinux image + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: ./docker/Dockerfile.archlinux + # push: true + # tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux \ No newline at end of file