Skip to content

Commit

Permalink
[build](dockerfile): Move Dockerfile to infra directory and update CI…
Browse files Browse the repository at this point in the history
…/CD actions
  • Loading branch information
Dirack committed Feb 3, 2024
1 parent fece94b commit db069ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
file: ./infra/docker/Dockerfile
tags: testimage:0.1.0
outputs: type=docker,dest=/tmp/testimage.tar

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
file: ./infra/docker/Dockerfile
tags: testimage:0.1.0
outputs: type=docker,dest=/tmp/testimage.tar

Expand Down
File renamed without changes.

0 comments on commit db069ca

Please sign in to comment.