fix yaml parsing for workflow (#1457) [skip ci]
This commit is contained in:
8
.github/workflows/nightlies.yml
vendored
8
.github/workflows/nightlies.yml
vendored
@@ -38,8 +38,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: winglian/axolotl
|
images: winglian/axolotl
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
@@ -95,8 +95,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: winglian/axolotl-cloud
|
images: winglian/axolotl-cloud
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user