From 47f275088a312c2cd3eff1a54ed96a732686c85a Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 12:50:06 +0530 Subject: [PATCH 1/6] Pushing the images to GHCR.IO --- .github/workflows/build-and-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index df5d299..9cc367e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,7 +1,8 @@ name: Build and Publish on: - push: + push: + branches: ['8.3'] schedule: # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped. @@ -44,4 +45,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file From a895c42c0b0802f7e42afde5f27d399ab573736b Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 12:51:39 +0530 Subject: [PATCH 2/6] Pushing the images to GHCR.IO --- .github/workflows/build-and-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 9cc367e..3ca518a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -25,9 +25,9 @@ jobs: - name: Log in to GHCR uses: docker/login-action@v3 with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v5 From eb0752878eba75cf0ed7073e16283882f021adff Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 14:08:12 +0530 Subject: [PATCH 3/6] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 3ca518a..1a04f98 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -2,7 +2,7 @@ name: Build and Publish on: push: - branches: ['8.3'] + #branches: ['8.3'] schedule: # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped. @@ -45,4 +45,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} From cb4ddb5b4a7223bb8181381a3eb5634af9480151 Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 14:17:03 +0530 Subject: [PATCH 4/6] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 1a04f98..b41cf28 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -2,7 +2,6 @@ name: Build and Publish on: push: - #branches: ['8.3'] schedule: # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped. From 8dc370e222abb0c7098ddb8027c053358f2f2395 Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 14:23:14 +0530 Subject: [PATCH 5/6] Update build-and-publish.yml --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b41cf28..42f51b5 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -2,6 +2,7 @@ name: Build and Publish on: push: + branches: [ '8.1','8.3' ] schedule: # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped. From 21c80e92acfc0936b69ff484887fe398bd69f92f Mon Sep 17 00:00:00 2001 From: Praveen Date: Mon, 14 Oct 2024 14:29:07 +0530 Subject: [PATCH 6/6] Update build-and-publish.yml updated version into 8.* wildcard for future updates --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 42f51b5..2638755 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -2,7 +2,7 @@ name: Build and Publish on: push: - branches: [ '8.1','8.3' ] + branches: [ '8.*' ] schedule: # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped.