Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lalkalol1907 committed Apr 20, 2023
1 parent 300f9e0 commit fd2fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID} --build-arg CONFIG_PHRASE="${{ secrets.CONFIG_PHRASE }}"
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --build-arg CONFIG_PHRASE="${{ secrets.CONFIG_PHRASE }}"
env:
CONFIG_PHRASE: ${{ secrets.CONFIG_PHRASE }}

Expand Down

0 comments on commit fd2fb98

Please sign in to comment.