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 81ea15f commit 439f773
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile.debian
file: ./docker/Dockerfile.fedora
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:fedora

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

0 comments on commit 439f773

Please sign in to comment.