Skip to content

Commit 81ea15f

Browse files
committed
editing...
1 parent a1ca4bb commit 81ea15f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/workflows/deploy_docker.yml

+15-7
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,18 @@ jobs:
3737
push: true
3838
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:main
3939

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
40+
- name: Build debian image
41+
uses: docker/build-push-action@v5
42+
with:
43+
context: .
44+
file: ./docker/Dockerfile.debian
45+
push: true
46+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:debian
47+
48+
- name: Build fedora image
49+
uses: docker/build-push-action@v5
50+
with:
51+
context: .
52+
file: ./docker/Dockerfile.debian
53+
push: true
54+
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:fedora

0 commit comments

Comments
 (0)