mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Fixes the format of the run on the date/time workflow.
This commit is contained in:
parent
fe17812883
commit
e30876c6ee
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Get current date/time in the usual format
|
- name: Get current date/time in the usual format
|
||||||
id: date
|
id: date
|
||||||
run: echo "::set-output name=date::$(date + '%Y.%m.%d.%H%M%S')"
|
run: echo "::set-output name=date::$(date +'%Y.%m.%d.%H%M%S')"
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user