We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4180 commit a1ca4bbCopy full SHA for a1ca4bb
.github/workflows/deploy_docker.yml
@@ -35,12 +35,12 @@ jobs:
35
context: .
36
file: ./Dockerfile
37
push: true
38
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:ubuntu
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:main
39
40
- - name: Build archlinux image
41
- uses: docker/build-push-action@v5
42
- with:
43
- context: .
44
- file: ./docker/Dockerfile.archlinux
45
- push: true
46
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux
+ #- name: Build archlinux image
+ # uses: docker/build-push-action@v5
+ # with:
+ # context: .
+ # file: ./docker/Dockerfile.archlinux
+ # push: true
+ # tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux
0 commit comments