Skip to content

Commit a1ca4bb

Browse files
committed
editing...
1 parent 5fb4180 commit a1ca4bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy_docker.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
context: .
3636
file: ./Dockerfile
3737
push: true
38-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:ubuntu
38+
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 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

0 commit comments

Comments
 (0)