Skip to content

Commit

Permalink
Merge 6f9bfa6 into 6480591
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Mar 2, 2023
2 parents 6480591 + 6f9bfa6 commit 4c4b894
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerhub-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
docker:
Expand All @@ -29,9 +30,9 @@ jobs:
- name: Set Environment Variables
run: |
echo "BUILD_DATE=$(TZ=':Asia/Shanghai' date '+%Y%m%d')" >> $GITHUB_ENV
- name: Build and Push CeresDB Server Docker Image
- name: Build and Push Docker Image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ceresdb/ceresdb-server:nightly-${{ env.BUILD_DATE }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly-${{ env.BUILD_DATE }}

0 comments on commit 4c4b894

Please sign in to comment.