Skip to content

Commit

Permalink
new build of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Aug 2, 2024
1 parent 0f5f452 commit 5ecf6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ jobs:
with:
push: true
context: .
target: api
file: ./Dockerfile.api
tags: ${{ steps.step1.outputs.docker_api_tags }}
- uses: docker/build-push-action@v5
with:
push: true
context: .
target: web
file: ./Dockerfile.web
tags: ${{ steps.step1.outputs.docker_web_tags }}

poke_gitops:
Expand Down

0 comments on commit 5ecf6f2

Please sign in to comment.