Skip to content

Commit

Permalink
몰라 일단 계속 해봐
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 6, 2024
1 parent a0da6d4 commit b7dcbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: build docker image
env:
Vault_Token: ${{ secrets.VAULT_TOKEN }}
run: docker build . --file dockerfile -t HeXA_Homepage_Backend:${GITHUB_REF#refs/tags/} --build-arg VAULT_TOKEN=${{Vault_Token}}
run: docker build . --file dockerfile -t HeXA_Homepage_Backend:${GITHUB_REF#refs/tags/} --build-arg VAULT_TOKEN=${{env.Vault_Token}}

- name: run and test
run: |
Expand Down

0 comments on commit b7dcbcc

Please sign in to comment.