fix build.yaml syntax error
Some checks failed
Build and push Docker image / build-and-push (push) Failing after 46s
Some checks failed
Build and push Docker image / build-and-push (push) Failing after 46s
This commit is contained in:
parent
e514396d91
commit
8d6d8e81f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set current date and time
|
||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue