Nightlies fix v4 (#1458) [skip ci]
Browse files* another attempt at github actions
* try again
.github/workflows/nightlies.yml
CHANGED
@@ -39,7 +39,7 @@ jobs:
|
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
tags: |
|
42 |
-
type=raw,value=
|
43 |
- name: Set up Docker Buildx
|
44 |
uses: docker/setup-buildx-action@v3
|
45 |
- name: Login to Docker Hub
|
@@ -96,7 +96,7 @@ jobs:
|
|
96 |
with:
|
97 |
images: winglian/axolotl-cloud
|
98 |
tags: |
|
99 |
-
type=raw,value=
|
100 |
- name: Login to Docker Hub
|
101 |
uses: docker/login-action@v3
|
102 |
with:
|
|
|
39 |
with:
|
40 |
images: winglian/axolotl
|
41 |
tags: |
|
42 |
+
type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }}
|
43 |
- name: Set up Docker Buildx
|
44 |
uses: docker/setup-buildx-action@v3
|
45 |
- name: Login to Docker Hub
|
|
|
96 |
with:
|
97 |
images: winglian/axolotl-cloud
|
98 |
tags: |
|
99 |
+
type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }}
|
100 |
- name: Login to Docker Hub
|
101 |
uses: docker/login-action@v3
|
102 |
with:
|