winglian commited on
Commit
4a92a3b
·
unverified ·
1 Parent(s): 46a73e3

Nightlies fix v4 (#1458) [skip ci]

Browse files

* another attempt at github actions

* try again

Files changed (1) hide show
  1. .github/workflows/nightlies.yml +2 -2
.github/workflows/nightlies.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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:
 
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: