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)