From 045e2fa1395417b0db7ccb868ca7ddfd7801e325 Mon Sep 17 00:00:00 2001 From: MartialBE Date: Sat, 2 Dec 2023 22:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20docker=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/private-docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/private-docker.yml b/.github/workflows/private-docker.yml index 9c0fda98..cf012c48 100644 --- a/.github/workflows/private-docker.yml +++ b/.github/workflows/private-docker.yml @@ -4,6 +4,7 @@ on: push: branches: - private + - new env: # github.repository as / @@ -43,6 +44,7 @@ jobs: # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ github.ref == 'refs/heads/private' }} + type=raw,value=new,enable=${{ github.ref == 'refs/heads/new' }} - name: Build and push uses: docker/build-push-action@v4