winglian commited on
Commit
46a73e3
1 Parent(s): da3415b

fix yaml parsing for workflow (#1457) [skip ci]

Browse files
Files changed (1) hide show
  1. .github/workflows/nightlies.yml +4 -4
.github/workflows/nightlies.yml CHANGED
@@ -38,8 +38,8 @@ jobs:
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,8 +95,8 @@ jobs:
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:
 
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: