Skip to content

Commit

Permalink
editing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Dec 2, 2024
1 parent a1ca4bb commit 81ea15f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,18 @@ jobs:
push: true
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
- name: Build debian image
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.debian
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:debian

- name: Build fedora image
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.debian
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:fedora

0 comments on commit 81ea15f

Please sign in to comment.