From bbd2830d5bd7280ad1f19c8439dd4e114850f643 Mon Sep 17 00:00:00 2001 From: Vasil Boyadzhiev Date: Wed, 12 Jun 2024 20:25:11 +0300 Subject: [PATCH] Update docker-image.yml Changed from "main" to "master" --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 087523639e89..75b954f895ae 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,7 +2,7 @@ name: Docker Image Build and Push to ghcr on: pull_request: - branches: [ "main" ] + branches: [ "master" ] types: [ labeled ] # Adding this so that I can test my jobs and run workflows manually from the Actions tab in the repository @@ -38,4 +38,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.run_number }} \ No newline at end of file + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.run_number }}