Skip to content

Commit

Permalink
Dockerイメージをロードするパスを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Nov 6, 2023
1 parent fe830c2 commit 9094425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: 結合テスト用にSQL Serverをセットアップ
run: |
sudo docker run -w ${{ steps.imagetag.outputs.TAG }} \
sudo docker run -w ${{ steps.imagetag.outputs.PATH_TAR }} \
-e "ACCEPT_EULA=Y" \
-e "MSSQL_SA_PASSWORD=P@ssw0rd" \
-p 1433:1433 --name sql1 \
Expand Down

0 comments on commit 9094425

Please sign in to comment.