Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
takanotaiga committed Nov 25, 2024
1 parent dd634b8 commit eefd71a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:

- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository }}_dev:latest --target builder_image .
docker build -t ghcr.io/${{ github.repository }}:latest --target release_image .
docker build -t ghcr.io/${{ github.repository }}:latest .
# docker build -t ghcr.io/${{ github.repository }}_dev:latest --target builder_image .
# docker build -t ghcr.io/${{ github.repository }}:latest --target release_image .
- name: Push Docker image
if: github.event_name == 'push'
run: |
docker push ghcr.io/${{ github.repository }}_dev:latest
docker push ghcr.io/${{ github.repository }}:latest
# docker push ghcr.io/${{ github.repository }}_dev:latest
# docker push ghcr.io/${{ github.repository }}:latest

0 comments on commit eefd71a

Please sign in to comment.