mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fix docker
This commit is contained in:
parent
682cef3a47
commit
5c89819243
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-RELEASE.yml
vendored
6
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -45,6 +45,12 @@ jobs:
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
|
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 #
|
# Login to DockerHub registry #
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue