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 5fb4180 commit a1ca4bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:ubuntu
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 archlinux image
# uses: docker/build-push-action@v5
# with:
# context: .
# file: ./docker/Dockerfile.archlinux
# push: true
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/owl:archlinux

0 comments on commit a1ca4bb

Please sign in to comment.