Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Type-32 <[email protected]>
  • Loading branch information
Type-32 committed Oct 2, 2024
1 parent 5349d4a commit 00c5437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
name: ci-nightly

on:
push:
branches:
- 'main'
- 'nightly'

jobs:
docker:
Expand All @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: type32/ultimate-frisbee:latest
tags: type32/ultimate-frisbee:nightly
build-args: |
NUXT_UI_PRO_LICENSE=${{ secrets.NUXT_UI_PRO_LICENSE }}

0 comments on commit 00c5437

Please sign in to comment.