fix yaml parsing for workflow (#1457) [skip ci]
Browse files
.github/workflows/nightlies.yml
CHANGED
@@ -38,8 +38,8 @@ jobs:
|
|
38 |
uses: docker/metadata-action@v5
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
-
|
42 |
-
|
43 |
- name: Set up Docker Buildx
|
44 |
uses: docker/setup-buildx-action@v3
|
45 |
- name: Login to Docker Hub
|
@@ -95,8 +95,8 @@ jobs:
|
|
95 |
uses: docker/metadata-action@v5
|
96 |
with:
|
97 |
images: winglian/axolotl-cloud
|
98 |
-
|
99 |
-
|
100 |
- name: Login to Docker Hub
|
101 |
uses: docker/login-action@v3
|
102 |
with:
|
|
|
38 |
uses: docker/metadata-action@v5
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
+
tags: |
|
42 |
+
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
43 |
- name: Set up Docker Buildx
|
44 |
uses: docker/setup-buildx-action@v3
|
45 |
- name: Login to Docker Hub
|
|
|
95 |
uses: docker/metadata-action@v5
|
96 |
with:
|
97 |
images: winglian/axolotl-cloud
|
98 |
+
tags: |
|
99 |
+
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
100 |
- name: Login to Docker Hub
|
101 |
uses: docker/login-action@v3
|
102 |
with:
|