Skip to content

Commit

Permalink
fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kauri-off committed Jan 3, 2025
1 parent c01923c commit a12c1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build Worker image
run: docker build -t ghcr.io/${{ github.repository }}/worker:latest -f worker.Dockerfile
run: docker build -t ghcr.io/${{ github.repository }}/worker:latest -f worker.Dockerfile .

- name: Build Backend image
run: docker build -t ghcr.io/${{ github.repository }}/backend:latest -f backend.Dockerfile
run: docker build -t ghcr.io/${{ github.repository }}/backend:latest -f backend.Dockerfile .

- name: Push Worker image
run: docker push ghcr.io/${{ github.repository }}/worker:latest
Expand Down

0 comments on commit a12c1a3

Please sign in to comment.