Skip to content

Commit

Permalink
yamlの引数の修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno-s committed Feb 15, 2024
1 parent 7fcd308 commit c5ba7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
VERSION: ${{ vars.VERSION }}
P4NAME: ${{ vars.P4NAME }}
P4TCP: ${{ vars.P4TCP }}
P4PORT: ${{ vars.P4PORT }}
P4USER: ${{ secrets.P4USER }}
P4PASSWD: ${{ secrets.P4PASSWD }}
P4HOME: ${{ vars.P4HOME }}
Expand All @@ -41,7 +41,7 @@ jobs:
-t $IMAGE_NAME \
--build-arg VERSION=$VERSION \
--build-arg P4NAME=$P4NAME \
--build-arg P4TCP=$P4TCP \
--build-arg P4PORT=$P4PORT \
--build-arg P4USER=$P4USER \
--build-arg P4PASSWD=$P4PASSWD \
--build-arg P4HOME=$P4HOME \
Expand Down

0 comments on commit c5ba7fd

Please sign in to comment.