Skip to content

Commit

Permalink
target runner
Browse files Browse the repository at this point in the history
  • Loading branch information
reckseba committed May 4, 2024
1 parent 894c96a commit dd73223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile
buildoptions: "--target runner"
tags: latest
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile
buildoptions: "--target runner"
tags: test

0 comments on commit dd73223

Please sign in to comment.