From eb6d6766fa2aca8d0978944c3000d8e844c6530e Mon Sep 17 00:00:00 2001 From: xchen Date: Tue, 1 Oct 2024 11:10:20 -0700 Subject: [PATCH] trigger CI again --- .github/workflows/templates-build-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templates-build-push-image.yml b/.github/workflows/templates-build-push-image.yml index fc7a2afc6..60a8380f8 100644 --- a/.github/workflows/templates-build-push-image.yml +++ b/.github/workflows/templates-build-push-image.yml @@ -50,4 +50,4 @@ jobs: context: ./src/ file: ./src/${{ inputs.project_name }}/Dockerfile.linux tags: ${{ env.image_commit_uri }},${{ env.image_latest_uri }} - push: true \ No newline at end of file + push: true