test date out puts-2
This commit is contained in:
4
.github/workflows/build-push-docker.yml
vendored
4
.github/workflows/build-push-docker.yml
vendored
@@ -82,11 +82,11 @@ jobs:
|
|||||||
# Docker tags based on the following events/attributes
|
# Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
latest
|
latest
|
||||||
"${{ steps.time_id.outputs }}"
|
{{date 'YYYY-MM-DD-HH-mm'}}
|
||||||
|
|
||||||
- name: Test outpust
|
- name: Test outpust
|
||||||
run: |
|
run: |
|
||||||
echo ${{ steps.time_id.outputs }}
|
echo ${{ steps.time_id.outputs.tags.[0] }}
|
||||||
|
|
||||||
|
|
||||||
# - name: Build My Base Image
|
# - name: Build My Base Image
|
||||||
|
|||||||
Reference in New Issue
Block a user