Skip to content

Commit

Permalink
chore: docker
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 e222697 commit 9731fcd
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-nightly
name: ci

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

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

0 comments on commit 9731fcd

Please sign in to comment.