We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ca4bb commit 81ea15fCopy full SHA for 81ea15f
.github/workflows/deploy_docker.yml
@@ -37,10 +37,18 @@ jobs:
37
push: true
38
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 debian image
+ uses: docker/build-push-action@v5
+ with:
+ context: .
+ file: ./docker/Dockerfile.debian
+ push: true
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:debian
47
+
48
+ - name: Build fedora image
49
50
51
52
53
54
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:fedora
0 commit comments