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