Nightlies fix v4 (#1458) [skip ci]
* another attempt at github actions * try again
This commit is contained in:
4
.github/workflows/nightlies.yml
vendored
4
.github/workflows/nightlies.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: winglian/axolotl
|
images: winglian/axolotl
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
type=raw,value={{ 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
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: winglian/axolotl-cloud
|
images: winglian/axolotl-cloud
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
|
type=raw,value={{ 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