From c17a90e5534df2fbaa5d7fa30693fa939d40c572 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sat, 22 Oct 2022 05:55:32 +0530 Subject: [PATCH] Add nightly tag to container image build CI (#1282) ## Description Pushes `nightly` as the tag for latest images. ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [x] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21ad5348e..fed56c05c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -346,6 +346,7 @@ jobs: tags: | type=ref,event=tag type=sha,format=short,prefix= + type=raw,value=nightly # deploy the image - name: Build image and push to GitHub Container Registry