Skip to content

Commit

Permalink
update docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
franperezlopez committed Sep 28, 2024
1 parent 33057c4 commit 74c36e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- name: Build and push API Docker image
uses: docker/build-push-action@v5.1.0
with:
context: ./docker
context: .
file: ./docker/api.Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/api:latest

- name: Build and push Bot Docker image
uses: docker/build-push-action@v5.1.0
with:
context: ./docker
context: .
file: ./docker/bot.Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/bot:latest
Expand Down

0 comments on commit 74c36e2

Please sign in to comment.