mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
fix docker
This commit is contained in:
parent
5c89819243
commit
92697323c5
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-PROD.yml
vendored
6
.github/workflows/deploy-PROD.yml
vendored
|
@ -45,6 +45,12 @@ jobs:
|
|||
- name: Get current date
|
||||
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
|
||||
|
||||
########################
|
||||
# Setup Docker build X #
|
||||
########################
|
||||
- name: Setup BuildX
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
###############################
|
||||
# Login to DockerHub registry #
|
||||
###############################
|
||||
|
|
Loading…
Reference in a new issue