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 }}"