From 6446d50ad95965d5a236676a103ed772e81a43dc Mon Sep 17 00:00:00 2001 From: f-w Date: Sun, 27 Oct 2024 15:37:37 -0700 Subject: [PATCH] gha - build and test BullMQ --- .github/workflows/buildTestPublishContainerDeploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildTestPublishContainerDeploy.yml b/.github/workflows/buildTestPublishContainerDeploy.yml index ef6da8eed..f8037c68f 100644 --- a/.github/workflows/buildTestPublishContainerDeploy.yml +++ b/.github/workflows/buildTestPublishContainerDeploy.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - BullMQ release: types: - published @@ -43,7 +44,7 @@ jobs: echo $notifyBCContainerTag > notifyBCContainerTag.txt - name: Upload notifyBCContainerTag if: ${{ startsWith(github.ref, 'refs/heads/') }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: notifyBCContainerTag path: notifyBCContainerTag.txt @@ -58,7 +59,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} - name: Publish Container 🚀 - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: push: true tags: ghcr.io/bcgov/notify-bc:${{ env.notifyBCContainerTag }}