Skip to content

Commit

Permalink
another attempt at github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Mar 29, 2024
1 parent 46a73e3 commit 610387a
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 610387a

Please sign in to comment.