Skip to content

Commit

Permalink
bug: ci/cd update release build ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhack committed Aug 23, 2023
1 parent 9d3f38a commit c493fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_cowbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./cowbot
context: .
push: true
target: cowbot-production
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_cowserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./cowserve
context: .
push: true
target: cowserve-production
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit c493fee

Please sign in to comment.