From a6c7310a7eacd862d793ccbf2de7c192ed587d27 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 4 Mar 2022 00:02:08 +0100 Subject: [PATCH] Update push_image.yml --- .github/workflows/push_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index df6eb37..fa316c9 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -2,7 +2,7 @@ name: Publish Docker Image on: push: branches: - - master + - main jobs: clang-format: runs-on: ubuntu-18.04 @@ -30,4 +30,4 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} snapshot: true cache: true - tags: "latest, ${{ env.RELEASE_VERSION }}" \ No newline at end of file + tags: "latest, ${{ env.RELEASE_VERSION }}"