Skip to content

Commit

Permalink
Nightlies fix v4 (#1458) [skip ci]
Browse files Browse the repository at this point in the history
* another attempt at github actions

* try again
  • Loading branch information
winglian authored Mar 29, 2024
1 parent 46a73e3 commit 4a92a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
images: winglian/axolotl
tags: |
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
with:
images: winglian/axolotl-cloud
tags: |
type=raw,value=mytag-{{branch}}-{{date 'YYYYMMDD'}}
type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4a92a3b

Please sign in to comment.