From eeb71f9ed60bf78f4135ea38b02971cc315ceb3c Mon Sep 17 00:00:00 2001 From: maffettone Date: Tue, 23 Apr 2024 14:54:07 -0400 Subject: [PATCH 1/3] TOREVERT: build on push to branch --- .github/workflows/publish-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 1a8e5ab..375d966 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - fix-ghcr-build workflow_dispatch: env: From f4eb1f39a552254938d11647acae29c342fdf7ee Mon Sep 17 00:00:00 2001 From: maffettone Date: Tue, 23 Apr 2024 14:56:42 -0400 Subject: [PATCH 2/3] fix: adjust context to containerfile folder --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 375d966..7ec890f 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -43,7 +43,7 @@ jobs: - name: Build and push image to GitHub Container Registry uses: docker/build-push-action@v5 with: - context: . + context: ./compose/bluesky file: ./compose/bluesky/Containerfile push: true tags: ${{ steps.meta.outputs.tags }} From 8af4dd6618f75bf459534c1d3cc04eacbf4db182 Mon Sep 17 00:00:00 2001 From: maffettone Date: Tue, 23 Apr 2024 15:13:17 -0400 Subject: [PATCH 3/3] Revert "TOREVERT: build on push to branch" This reverts commit eeb71f9ed60bf78f4135ea38b02971cc315ceb3c. --- .github/workflows/publish-images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 7ec890f..3324c19 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - fix-ghcr-build workflow_dispatch: env: