From 55c84caac743afa163fa07176bbda74bcf189ccb Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 18 Jul 2022 15:47:25 +0700 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fb716f5..b9baeae 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,9 +2,9 @@ name: Docker Image CI on: push: - #branches: [ "main" ] + branches: [ "main" ] pull_request: - #branches: [ "main" ] + branches: [ "main" ] jobs: @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image - run: docker build . --file Dockerfile --tag ghcr.io/yuzuzensai/yumi:$(date +%s) \ No newline at end of file + run: docker build . --file Dockerfile --tag ghcr.io/yuzuzensai/yumi:$(date +%s)