Skip to content

Commit

Permalink
chore: nightly to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 7, 2024
1 parent ed433f4 commit 90d4997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build nightly
name: Build test

on:
push:
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
jmal/jmalcloud:nightly
ghcr.io/${{ secrets.GHCR_IO_USERNAME }}/jmalcloud:nightly
jmal/jmalcloud:test
ghcr.io/${{ secrets.GHCR_IO_USERNAME }}/jmalcloud:test
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ env.PROJECT_VERSION }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build nightly (nvidia)
name: Build test (nvidia)

on:
push:
Expand Down Expand Up @@ -52,8 +52,8 @@ jobs:
file: docker/jmalcloud-nvidia/Dockerfile
push: true
tags: |
jmal/jmalcloud-nvidia:nightly
ghcr.io/${{ secrets.GHCR_IO_USERNAME }}/jmalcloud-nvidia:nightly
jmal/jmalcloud-nvidia:test
ghcr.io/${{ secrets.GHCR_IO_USERNAME }}/jmalcloud-nvidia:test
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ env.PROJECT_VERSION }}

0 comments on commit 90d4997

Please sign in to comment.